![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <account_key.h>
Inherits std::vector< T >.
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) |
Key within the banker to identify an account. These are always hierarchical.
Definition at line 44 of file account_key.h.
1.7.6.1