iFun Engine API
1.0.0-b6053
Great Technology for Great Games
fun
RedisClient
Reply
Public Types
|
Public Member Functions
|
Public Attributes
|
List of all members
fun::RedisClient::Reply Struct Reference
Public Types
enum
Type
{
kString
= 1,
kArray
= 2,
kInteger
= 3,
kNil
= 4,
kStatus
= 5,
kError
= 6
}
Public Member Functions
DECLARE_CLASS_PTR
(
Reply
)
Public Attributes
std::vector< Ptr<
Reply
> >
elements
int64_t
integer
string
str
Type
type