Photon C++ Client API
5.0.7.3
|
Classes | |
struct | IsValid |
struct | IsValid1DArrayElement |
struct | TypeForCode |
struct | TypeForCode< ARRAY > |
struct | TypeForCode< BOOLEAN > |
struct | TypeForCode< BYTE > |
struct | TypeForCode< BYTEARRAY > |
struct | TypeForCode< CUSTOM > |
struct | TypeForCode< DICTIONARY > |
struct | TypeForCode< DOUBLE > |
struct | TypeForCode< EG_NULL > |
struct | TypeForCode< FLOAT > |
struct | TypeForCode< HASHTABLE > |
struct | TypeForCode< INTEGER > |
struct | TypeForCode< LONG > |
struct | TypeForCode< OBJECT > |
struct | TypeForCode< SHORT > |
struct | TypeForCode< STRING > |
struct | TypeForCode< UNKNOWN > |
Variables | |
static const nByte | BYTE |
nByte | |
static const nByte | SHORT |
short | |
static const nByte | INTEGER |
int | |
static const nByte | LONG |
int64 | |
static const nByte | FLOAT |
float | |
static const nByte | DOUBLE |
double | |
static const nByte | BOOLEAN |
bool | |
static const nByte | STRING |
JString. | |
static const nByte | HASHTABLE |
Hashtable. | |
static const nByte | DICTIONARY |
Dictionary. | |
static const nByte | OBJECT |
Object, only allowed for arrays! | |
static const nByte | ARRAY |
internal only | |
static const nByte | BYTEARRAY |
internal only | |
static const nByte | PHOTON_COMMAND |
internal only | |
static const nByte | EG_NULL |
<an empty Object | |
static const nByte | CUSTOM |
a subclass of class CustomType- check the value of getCustomType()to find out the exact custom type | |
static const nByte | UNKNOWN |
internal only | |
static const nByte | INVALID |
internal only | |