odil
C++11libraryfortheDICOMstandard
|
Element visitor converting to JSON. More...
Public Types | |
typedef Json::Value | result_type |
Public Member Functions | |
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 |
Element visitor converting to JSON.