RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Redis::Command Struct Reference

List of all members.

Public Member Functions

 Command (const std::string &command)
 Command (const std::string &cmd, const std::initializer_list< std::string > &args)
void addArg (const std::string &arg)
void addArg (int64_t arg)
template<typename Arg , typename... Args>
Command operator() (const Arg &head, Args &&...tail) const
Command operator() () const
int argc () const
std::vector< const char * > argv () const
std::vector< size_t > argl () const

Public Attributes

std::string formatStr
std::vector< std::string > args

Detailed Description

Definition at line 222 of file redis.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator