COOPY » Guide  version 0.6.5
Functions
coopy::store::CsvFile Namespace Reference

CSV file I/O. More...

Functions

int write (const DataSheet &src, const char *fname)
int write (const DataSheet &src, const Property &config)
std::string writeString (const DataSheet &src, const Property &config)

Detailed Description

CSV file I/O.


Function Documentation

int coopy::store::CsvFile::write ( const DataSheet src,
const char *  fname 
)

Definition at line 12 of file CsvWrite.cpp.

References coopy::store::Property::put(), and write().

int coopy::store::CsvFile::write ( const DataSheet src,
const Property config 
)

Definition at line 124 of file CsvWrite.cpp.

References NULL, and write().

string coopy::store::CsvFile::writeString ( const DataSheet src,
const Property config 
)

Definition at line 128 of file CsvWrite.cpp.

References write().

Referenced by coopy::store::CsvTextBook::write().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines