COOPY » Guide  version 0.6.5
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/include/coopy/CsvWrite.h
Go to the documentation of this file.
00001 #ifndef SSFOSSIL_CSVWRITE_INC
00002 #define SSFOSSIL_CSVWRITE_INC
00003 
00004 #include <coopy/DataSheet.h>
00005 #include <coopy/Property.h>
00006 
00007 namespace coopy {
00008   namespace store {
00014     namespace CsvFile {
00015       int write(const DataSheet& src, const char *fname);
00016       int write(const DataSheet& src, const Property& config);
00017       std::string writeString(const DataSheet& src, const Property& config);
00018     }
00019   }
00020 }
00021 
00022 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines