Kea 2.7.1
csv_file.h File Reference
#include <exceptions/exceptions.h>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <fstream>
#include <ostream>
#include <string>
#include <vector>
+ Include dependency graph for 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::CSVFile
 Provides input/output access to CSV files. More...
 
class  isc::util::CSVFileError
 Exception thrown when an error occurs during CSV file processing. More...
 
class  isc::util::CSVRow
 Represents a single row of the CSV file. More...
 

Namespaces

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

Functions

std::ostream & isc::util::operator<< (std::ostream &os, const CSVRow &row)
 Overrides standard output stream operator for CSVRow object.