|
reSIProcate/rutil
9694
|
#include <DnsStub.hxx>

Public Member Functions | |
| EncodeStream & | dump (EncodeStream &strm) const |
Public Attributes | |
| Data | domain |
| int | status |
| Data | msg |
| std::vector< T > | records |
Definition at line 44 of file DnsStub.hxx.
| EncodeStream& resip::DNSResult< T >::dump | ( | EncodeStream & | strm | ) | const [inline] |
Definition at line 51 of file DnsStub.hxx.
References resip::DNSResult< T >::domain, resip::DNSResult< T >::msg, resip::DNSResult< T >::records, and resip::DNSResult< T >::status.
| Data resip::DNSResult< T >::domain |
Definition at line 47 of file DnsStub.hxx.
Referenced by resip::DNSResult< T >::dump(), and resip::DnsStub::ResultConverterImpl< QueryType >::notifyUser().
| Data resip::DNSResult< T >::msg |
Definition at line 49 of file DnsStub.hxx.
Referenced by resip::DNSResult< T >::dump(), and resip::DnsStub::ResultConverterImpl< QueryType >::notifyUser().
| std::vector<T> resip::DNSResult< T >::records |
Definition at line 50 of file DnsStub.hxx.
Referenced by resip::DNSResult< T >::dump(), and resip::DnsStub::ResultConverterImpl< QueryType >::notifyUser().
| int resip::DNSResult< T >::status |
Definition at line 48 of file DnsStub.hxx.
Referenced by resip::DNSResult< T >::dump(), and resip::DnsStub::ResultConverterImpl< QueryType >::notifyUser().
1.7.5.1