CL_NetGameEventValue.
More...
#include <event_value.h>
Enumerator |
---|
null |
|
integer |
|
uinteger |
|
string |
|
boolean |
|
number |
|
complex |
|
CL_NetGameEventValue::CL_NetGameEventValue |
( |
) | |
|
CL_NetGameEventValue::CL_NetGameEventValue |
( |
int |
value) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
unsigned int |
value) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
float |
value) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
const CL_String & |
value) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
const CL_StringRef & |
value) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
const char * |
str) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
const wchar_t * |
str) | |
|
Constructs a NetGameEventValue.
- Parameters
-
CL_NetGameEventValue::CL_NetGameEventValue |
( |
bool |
value) | |
|
|
explicit |
CL_NetGameEventValue::CL_NetGameEventValue |
( |
Type |
type) | |
|
Constructs a NetGameEventValue.
- Parameters
-
Add member.
- Parameters
-
value | = Net Game Event Value |
unsigned int CL_NetGameEventValue::get_member_count |
( |
) | |
const |
Type CL_NetGameEventValue::get_type |
( |
) | |
const |
bool CL_NetGameEventValue::is_boolean |
( |
) | |
const |
Is Boolean.
- Returns
- true = boolean
bool CL_NetGameEventValue::is_complex |
( |
) | |
const |
Is Complex.
- Returns
- true = complex
bool CL_NetGameEventValue::is_integer |
( |
) | |
const |
Is Integer.
- Returns
- true = integer
bool CL_NetGameEventValue::is_null |
( |
) | |
const |
Is Null.
- Returns
- true = null
bool CL_NetGameEventValue::is_number |
( |
) | |
const |
Is Number.
- Returns
- true = number
bool CL_NetGameEventValue::is_string |
( |
) | |
const |
Is String.
- Returns
- true = string
bool CL_NetGameEventValue::is_uinteger |
( |
) | |
const |
Is Uinteger.
- Returns
- true = uinteger
CL_NetGameEventValue::operator bool |
( |
) | |
const |
|
inline |
CL_NetGameEventValue::operator CL_String |
( |
) | |
const |
|
inline |
CL_NetGameEventValue::operator float |
( |
) | |
const |
|
inline |
CL_NetGameEventValue::operator int |
( |
) | |
const |
|
inline |
CL_NetGameEventValue::operator unsigned int |
( |
) | |
const |
|
inline |
Set member.
- Parameters
-
index | = value |
value | = Net Game Event Value |
bool CL_NetGameEventValue::to_boolean |
( |
) | |
const |
int CL_NetGameEventValue::to_integer |
( |
) | |
const |
float CL_NetGameEventValue::to_number |
( |
) | |
const |
CL_String CL_NetGameEventValue::to_string |
( |
) | |
const |
unsigned int CL_NetGameEventValue::to_uinteger |
( |
) | |
const |
bool CL_NetGameEventValue::value_bool |
float CL_NetGameEventValue::value_float |
int CL_NetGameEventValue::value_int |
unsigned int CL_NetGameEventValue::value_uint |
The documentation for this class was generated from the following file: