DayZ 1.24
|
Private Member Functions | |
void | JsonObject () |
void | ~JsonObject () |
void | Clear () |
void | AddString (string name, string value) |
void | AddInt (string name, int value) |
void | AddFloat (string name, float value) |
void | AddBool (string name, bool value) |
void | AddVector2 (string name, float x, float y) |
string | GetJson () |
Private Attributes | |
ref map< string, string > | m_Strings |
ref map< string, int > | m_Ints |
ref map< string, float > | m_Floats |
ref map< string, bool > | m_Bools |
ref map< string, ref Vector2 > | m_Vectors2 |
Definition at line 1 of file JsonObject.c.
|
inlineprivate |
Definition at line 9 of file JsonObject.c.
References m_Bools, m_Floats, m_Ints, m_Strings, and m_Vectors2.
|
inlineprivate |
Definition at line 18 of file JsonObject.c.
References Clear().
Definition at line 32 of file JsonObject.c.
Definition at line 79 of file JsonObject.c.
References m_Vectors2, name, x, and y.
|
inlineprivate |
Definition at line 23 of file JsonObject.c.
References m_Bools, m_Floats, m_Ints, m_Strings, and m_Vectors2.
Referenced by ~JsonObject().
|
inlineprivate |
Definition at line 85 of file JsonObject.c.
References m_Bools, m_Floats, m_Ints, m_Strings, m_Vectors2, and name.
Definition at line 6 of file JsonObject.c.
Referenced by AddBool(), Clear(), GetJson(), and JsonObject().
Definition at line 5 of file JsonObject.c.
Referenced by AddFloat(), Clear(), GetJson(), and JsonObject().
Definition at line 4 of file JsonObject.c.
Referenced by AddInt(), Clear(), GetJson(), and JsonObject().
Definition at line 3 of file JsonObject.c.
Referenced by AddString(), Clear(), GetJson(), and JsonObject().
Definition at line 7 of file JsonObject.c.
Referenced by AddVector2(), Clear(), GetJson(), and JsonObject().