Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Lightweight wrapper to tag static string. More...
#include <jsoncpp.h>
Public Member Functions | |
StaticString (const char *czstring) | |
operator const char * () const | |
const char * | c_str () const |
Lightweight wrapper to tag static string.
Value constructor and objectValue member assignement takes advantage of the StaticString and avoid the cost of string duplication when storing the string or the member name.
Example of usage:
|
inlineexplicit |
|
inline |
Definition at line 397 of file jsoncpp.h.
Referenced by Json::Value::Value().
|
inline |