#include <event_value.h>
Public Types | |
| enum | Type { null, integer, uinteger, string, boolean, number, complex } |
Public Member Functions | |
| CL_NetGameEventValue () | |
| CL_NetGameEventValue (int value) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (unsigned int value) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (float value) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (const CL_String &value) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (const CL_StringRef &value) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (const char *str) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (const wchar_t *str) | |
| Constructs a NetGameEventValue. | |
| CL_NetGameEventValue (bool value) | |
| CL_NetGameEventValue (Type type) | |
| Constructs a NetGameEventValue. | |
| Type | get_type () const |
| Get Type. | |
| bool | is_null () const |
| Is Null. | |
| bool | is_uinteger () const |
| Is Uinteger. | |
| bool | is_integer () const |
| Is Integer. | |
| bool | is_number () const |
| Is Number. | |
| bool | is_string () const |
| Is String. | |
| bool | is_boolean () const |
| Is Boolean. | |
| bool | is_complex () const |
| Is Complex. | |
| unsigned int | get_member_count () const |
| const CL_NetGameEventValue & | get_member (unsigned int index) const |
| void | add_member (const CL_NetGameEventValue &value) |
| Add member. | |
| void | set_member (unsigned int index, const CL_NetGameEventValue &value) |
| Set member. | |
| unsigned int | to_uinteger () const |
| int | to_integer () const |
| To integer. | |
| float | to_number () const |
| To number. | |
| CL_String | to_string () const |
| To string. | |
| bool | to_boolean () const |
| To boolean. | |
| operator unsigned int () const | |
| operator int () const | |
| operator float () const | |
| operator CL_String () const | |
| operator bool () const | |
|
|
|
|
|
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
Constructs a NetGameEventValue.
|
|
|
|
|
|
Constructs a NetGameEventValue.
|
|
|
Add member.
|
|
|
|
|
|
|
|
|
Get Type.
|
|
|
Is Boolean.
|
|
|
Is Complex.
|
|
|
Is Integer.
|
|
|
Is Null.
|
|
|
Is Number.
|
|
|
Is String.
|
|
|
Is Uinteger.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Set member.
|
|
|
To boolean.
|
|
|
To integer.
|
|
|
To number.
|
|
|
To string.
|
|
|
|
1.4.6