iFun Engine API  1.0.0-b6053
Great Technology for Great Games
Classes | Typedefs | Functions
json.h File Reference
#include <funapi/types.h>
#include <rapidjson/document.h>

Go to the source code of this file.

Classes

class  fun::Json::Attribute
 
class  fun::Json
 

Typedefs

typedef rapidjson::GenericValue< rapidjson::UTF8< char >, rapidjson::CrtAllocator > fun::JsonValueImpl
 

Functions

FUNAPI_DLL_VISIBILITY bool fun::IsEqual (const Json &value1, const Json &value2)
 
FUNAPI_DLL_VISIBILITY bool fun::operator!= (const Json &lhs, const Json &rhs)
 
FUNAPI_DLL_VISIBILITY bool fun::operator< (const Json &lhs, const Json &rhs)
 
FUNAPI_DLL_VISIBILITY std::ostream & fun::operator<< (std::ostream &out, Json::Type type)
 
FUNAPI_DLL_VISIBILITY bool fun::operator== (const Json &lhs, const Json &rhs)
 
FUNAPI_DLL_VISIBILITY const string & fun::ToString (Json::Type type)