Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
StaticString Class Reference
Lightweight wrapper to tag static string. More...
#include <value.h>
Detailed Description
Lightweight wrapper to tag static string.
Value constructor and objectValue member assignment takes advantage of the StaticString and avoid the cost of string duplication when storing the string or the member name.
Example of usage:
Json::Value aValue( StaticString("some text") ); Json::Value object; static const StaticString code("code"); object[code] = 1234;
Generated on Tue Jul 12 2022 21:24:54 by
1.7.2