#include <llares.h>


Public Member Functions | |
| const std::string & | host () const |
| Host name. | |
Protected Member Functions | |
| LLHostRecord (LLResType type, const std::string &name, unsigned ttl) | |
| int | parse (const char *buf, size_t len, const char *pos, size_t rrlen) |
Protected Attributes | |
| std::string | mHost |
Definition at line 178 of file llares.h.
| LLHostRecord::LLHostRecord | ( | LLResType | type, | |
| const std::string & | name, | |||
| unsigned | ttl | |||
| ) | [protected] |
Definition at line 603 of file llares.cpp.
| int LLHostRecord::parse | ( | const char * | buf, | |
| size_t | len, | |||
| const char * | pos, | |||
| size_t | rrlen | |||
| ) | [protected, virtual] |
Implements LLDnsRecord.
Reimplemented in LLSrvRecord.
Definition at line 609 of file llares.cpp.
References LLAres::expandName(), and mHost.
Referenced by LLSrvRecord::parse().


| const std::string& LLHostRecord::host | ( | ) | const [inline] |
Host name.
Definition at line 191 of file llares.h.
References mHost.
Referenced by LLAres::UriRewriteResponder::queryResult(), and LLAres::SrvResponder::srvResult().

std::string LLHostRecord::mHost [protected] |
1.5.5