Kea 2.5.8
versioned_csv_file.h File Reference
#include <util/csv_file.h>
+ Include dependency graph for versioned_csv_file.h:
+ This graph shows which files directly or indirectly include this file:

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

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::util
 

Typedefs

typedef boost::shared_ptr< VersionedColumn > isc::util::VersionedColumnPtr
 Defines a smart pointer to VersionedColumn.