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
Datacratic::Url Struct Reference

List of all members.

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

Detailed Description

Definition at line 19 of file url.h.


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