#include <dns-proto.h>
|
virtual std::vector< byte > | data () const |
|
| DNSTxtRR (const std::string &name, int ttl, const std::vector< std::string > &txt) |
|
| DNSRR (const std::string &name, int rrtype, int qclass, int ttl) |
|
| DNSRR (const std::string &name, int rrtype, int ttl) |
|
virtual | ~DNSRR () |
|
| DNSQuestion (const std::string &name, int rrtype) |
|
| DNSQuestion (const std::string &name, int rrtype, int qclass) |
|
virtual | ~DNSQuestion () |
|
Definition at line 115 of file dns-proto.h.
◆ DNSTxtRR()
ares::DNSTxtRR::DNSTxtRR |
( |
const std::string & |
name, |
|
|
int |
ttl, |
|
|
const std::vector< std::string > & |
txt |
|
) |
| |
|
inline |
◆ data()
std::vector< byte > ares::DNSTxtRR::data |
( |
| ) |
const |
|
virtual |
◆ txt_
std::vector<std::string> ares::DNSTxtRR::txt_ |
The documentation for this struct was generated from the following files: