Belle II Software development
|
Visitor Helper for converting a variant value into a JSON string. More...
Public Member Functions | |
std::string | operator() (long value) |
just stringify longs | |
std::string | operator() (double value) |
just stringify doubles | |
std::string | operator() (const std::string &value) |
escape strings if needed and surround by " | |
Visitor Helper for converting a variant value into a JSON string.
Definition at line 65 of file ZMQLogger.h.
std::string operator() | ( | const std::string & | value | ) |
escape strings if needed and surround by "
Definition at line 59 of file ZMQLogger.cc.
std::string operator() | ( | double | value | ) |
just stringify doubles
Definition at line 54 of file ZMQLogger.cc.
std::string operator() | ( | long | value | ) |
just stringify longs
Definition at line 49 of file ZMQLogger.cc.