Kea
1.9.9-git
|
#include <util/csv_file.h>
Go to the source code of this file.
Classes | |
class | isc::util::VersionedColumn |
Contains the metadata for a single column in a file. More... | |
class | isc::util::VersionedCSVFile |
Implements a CSV file that supports multiple versions of the file's "schema". More... | |
class | isc::util::VersionedCSVFileError |
Exception thrown when an error occurs during CSV file processing. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
Typedefs | |
typedef boost::shared_ptr< VersionedColumn > | isc::util::VersionedColumnPtr |
Defines a smart pointer to VersionedColumn. More... | |