odil
C++11libraryfortheDICOMstandard
Public Types | Public Member Functions | List of all members
odil::ToJSONVisitor Class Reference

Element visitor converting to JSON. More...

Public Types

typedef Json::Value result_type
 

Public Member Functions

 ToJSONVisitor (odil::Value::Strings const &specific_char_set)
 
result_type operator() (VR const vr) const
 
template<typename T >
result_type operator() (VR const vr, T const &value) const
 
result_type operator() (VR const vr, Value::Integers const &value) const
 
result_type operator() (VR const vr, Value::Strings const &value) const
 
result_type operator() (VR const vr, Value::DataSets const &value) const
 
result_type operator() (VR const vr, Value::Binary const &value) const
 

Detailed Description

Element visitor converting to JSON.


The documentation for this class was generated from the following file: