Kea  1.9.9-git
lib/cc/simple_parser.h File Reference
#include <asiolink/io_address.h>
#include <cc/data.h>
#include <cc/dhcp_config_error.h>
#include <dhcpsrv/triplet.h>
#include <map>
#include <vector>
#include <string>
#include <stdint.h>
#include <limits>
+ Include dependency graph for lib/cc/simple_parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  isc::data::SimpleDefault
 This array defines a single entry of default values. More...
 
class  isc::data::SimpleParser
 A simple parser. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::data
 

Typedefs

typedef std::vector< std::string > isc::data::ParamsList
 This defines a list of all parameters that are derived (or inherited) between contexts. More...
 
typedef std::vector< SimpleDefault > isc::data::SimpleDefaults
 This specifies all default values in a given scope (e.g. a subnet). More...
 
typedef std::map< std::string, isc::data::Element::typesisc::data::SimpleKeywords
 This specifies all accepted keywords with their types. More...
 
typedef std::vector< std::string > isc::data::SimpleRequiredKeywords
 This specifies all required keywords. More...