TrueReality  v0.1.1912
Value.cpp File Reference
#include <trUtil/JSON/Value.h>
#include <trUtil/JSON/Array.h>
#include <trUtil/JSON/Object.h>
#include <json/value.h>
#include <json/writer.h>
Include dependency graph for Value.cpp:

Go to the source code of this file.

Namespaces

 trUtil::JSON
 

Functions

Json::ValueType trUtil::JSON::ToValueType (ValueType val)
 Converts JSON::ValueType to Json::ValueType. More...
 
ValueType trUtil::JSON::ToValueType (Json::ValueType val)
 Converts Json::ValueType to JSON::ValueType. More...
 
TR_UTIL_EXPORT std::ostream & trUtil::JSON::operator<< (std::ostream &, const Value &root)
 OStream operator. More...