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

#include <account_key.h>

Inherits std::vector< T >.

List of all members.

Public Member Functions

 AccountKey (const std::string &str, char delimiter= ':')
 AccountKey (const std::vector< std::string > &vals)
 AccountKey (const std::initializer_list< std::string > &vals)
void validate () const
std::string toString (char delimiter= ':') const
AccountKey parent () const
AccountKey childKey (const std::string &childName) const
bool hasPrefix (const AccountKey &otherKey) const
Json::Value toJson () const
uint64_t hash () const
bool operator< (const AccountKey &other)
void serialize (ML::DB::Store_Writer &store) const
void reconstitute (ML::DB::Store_Reader &store)

Static Public Member Functions

static AccountKey fromJson (const Json::Value &json)

Detailed Description

Key within the banker to identify an account. These are always hierarchical.

Definition at line 44 of file account_key.h.


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