SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::entities::SFSObject Member List

This is the complete list of members for sfs3::entities::SFSObject, including all inherited members.

containsKey(const std::string &key) constsfs3::entities::SFSObject
getBool(const std::string &key) constsfs3::entities::SFSObject
getBoolArray(const std::string &key) constsfs3::entities::SFSObject
getByte(const std::string &key) constsfs3::entities::SFSObject
getByteArray(const std::string &key) constsfs3::entities::SFSObject
getByteArrayPtr(const std::string &key) constsfs3::entities::SFSObject
getDouble(const std::string &key) constsfs3::entities::SFSObject
getDoubleArray(const std::string &key) constsfs3::entities::SFSObject
getDump() constsfs3::entities::SFSObject
getDump(bool noFormat) constsfs3::entities::SFSObject
getFloat(const std::string &key) constsfs3::entities::SFSObject
getFloatArray(const std::string &key) constsfs3::entities::SFSObject
getHexDump() constsfs3::entities::SFSObject
getInt(const std::string &key) constsfs3::entities::SFSObject
getIntArray(const std::string &key) constsfs3::entities::SFSObject
getKeys() constsfs3::entities::SFSObject
getLong(const std::string &key) constsfs3::entities::SFSObject
getLongArray(const std::string &key) constsfs3::entities::SFSObject
getSFSArray(const std::string &key) constsfs3::entities::SFSObject
getSFSObject(const std::string &key) constsfs3::entities::SFSObject
getShort(const std::string &key) constsfs3::entities::SFSObject
getShortArray(const std::string &key) constsfs3::entities::SFSObject
getShortString(const std::string &key) constsfs3::entities::SFSObject
getShortStringArray(const std::string &key) constsfs3::entities::SFSObject
getString(const std::string &key) constsfs3::entities::SFSObject
getStringArray(const std::string &key) constsfs3::entities::SFSObject
getText(const std::string &key) constsfs3::entities::SFSObject
getVector2(const std::string &key) constsfs3::entities::SFSObject
getVector2Array(const std::string &key) constsfs3::entities::SFSObject
getVector3(const std::string &key) constsfs3::entities::SFSObject
getVector3Array(const std::string &key) constsfs3::entities::SFSObject
isNull(const std::string &key) constsfs3::entities::SFSObject
putBool(std::string key, bool value)sfs3::entities::SFSObject
putBoolArray(std::string key, std::vector< bool > value)sfs3::entities::SFSObject
putByte(std::string key, uint8_t value)sfs3::entities::SFSObject
putByteArray(std::string key, std::vector< uint8_t > value)sfs3::entities::SFSObject
putByteArray(std::string key, const uint8_t *data, size_t length)sfs3::entities::SFSObject
putDouble(std::string key, double value)sfs3::entities::SFSObject
putDoubleArray(std::string key, std::vector< double > value)sfs3::entities::SFSObject
putFloat(std::string key, float value)sfs3::entities::SFSObject
putFloatArray(std::string key, std::vector< float > value)sfs3::entities::SFSObject
putInt(std::string key, int32_t value)sfs3::entities::SFSObject
putIntArray(std::string key, std::vector< int32_t > value)sfs3::entities::SFSObject
putLong(std::string key, int64_t value)sfs3::entities::SFSObject
putLongArray(std::string key, std::vector< int64_t > value)sfs3::entities::SFSObject
putNull(std::string key)sfs3::entities::SFSObject
putSFSArray(std::string key, std::shared_ptr< SFSArray > value)sfs3::entities::SFSObject
putSFSArray(std::string key, const SFSArray *value)sfs3::entities::SFSObject
putSFSObject(std::string key, std::shared_ptr< SFSObject > value)sfs3::entities::SFSObject
putSFSObject(std::string key, const SFSObject *value)sfs3::entities::SFSObject
putShort(std::string key, int16_t value)sfs3::entities::SFSObject
putShortArray(std::string key, std::vector< int16_t > value)sfs3::entities::SFSObject
putShortString(std::string key, std::string value)sfs3::entities::SFSObject
putShortStringArray(std::string key, std::vector< std::string > value)sfs3::entities::SFSObject
putString(std::string key, std::string value)sfs3::entities::SFSObject
putStringArray(std::string key, std::vector< std::string > value)sfs3::entities::SFSObject
putText(std::string key, std::string value)sfs3::entities::SFSObject
putVector2(std::string key, SFSVector2 value)sfs3::entities::SFSObject
putVector2Array(std::string key, std::vector< SFSVector2 > value)sfs3::entities::SFSObject
putVector3(std::string key, SFSVector3 value)sfs3::entities::SFSObject
putVector3Array(std::string key, std::vector< SFSVector3 > value)sfs3::entities::SFSObject
removeElement(const std::string &key)sfs3::entities::SFSObject
size() constsfs3::entities::SFSObject
toBinary() constsfs3::entities::SFSObject