EpcTools
An event based multi-threaded C++ development framework.
|
Contains the definition of the DNS query related classes. More...
#include <iostream>
#include <memory>
#include <string>
#include <map>
#include <list>
#include "estring.h"
#include "esynch.h"
#include "dnsrecord.h"
Go to the source code of this file.
Classes | |
class | DNS::Query |
Defines a DNS query. More... | |
Namespaces | |
DNS | |
Typedefs | |
typedef std::shared_ptr< Query > | DNS::QueryPtr |
A typedef to std::shared_ptr<Query>. More... | |
Contains the definition of the DNS query related classes.