Medical Imaging Interaction Toolkit
2016.11.0
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 |