| 
     COOPY » Guide
    version 0.6.5
    | 
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
 1.7.4
 1.7.4