Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:StaticString

290 class StaticString;
490 * StaticString and avoid the cost of string duplication when storing the
495 * Json::Value aValue( StaticString("some text") );
497 * static const StaticString code("code");
501 class JSON_API StaticString {
503 explicit StaticString(const char* czstring) : c_str_(czstring) {}
673 * static StaticString foo("some text");
677 Value(const StaticString& value);
828 * static const StaticString code("code");
832 Value& operator[](const StaticString& key);