![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| Url (const std::string &s) | |
| Url (const Utf8String &s) | |
| Utf8String | toUtf8String () const |
| std::string | toString () const |
| const char * | c_str () const |
| bool | valid () const |
| bool | empty () const |
| std::string | canonical () const |
| std::string | scheme () const |
| std::string | host () const |
| bool | hostIsIpAddress () const |
| bool | domainMatches (const std::string &str) const |
| int | port () const |
| std::string | path () const |
| std::string | query () const |
| uint64_t | urlHash () |
| uint64_t | hostHash () |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
Public Attributes | |
| std::shared_ptr< GURL > | url |
| std::string | original |
1.7.6.1