COOPY » Guide
version 0.6.5
|
#include <coopy/PolyBook.h>
#include <coopy/ShortTextBook.h>
#include <coopy/CsvTextBook.h>
#include <coopy/CsvFile.h>
#include <coopy/FormatSniffer.h>
#include <coopy/Dbg.h>
#include <coopy/TextBookFactory.h>
#include <coopy/ShortTextBookFactory.h>
#include <coopy/FormatDesc.h>
#include <stdlib.h>
#include <stdio.h>
#include <map>
#include <fstream>
Go to the source code of this file.
Defines | |
#define | STRVAL PolyValue::makeString |
Functions | |
TextBook * | readHelper (const char *fname, const char *ext, const char *data) |
bool | readHelperJson (coopy::store::Property &config, const char *filename) |
void | getFactories (vector< TextBookFactory * > &lst) |
void | getFactoriesList (vector< FormatDesc > &descs) |
#define STRVAL PolyValue::makeString |
Definition at line 325 of file PolyBook.cpp.
Referenced by coopy::store::PolyBook::getFormatList().
void getFactories | ( | vector< TextBookFactory * > & | lst | ) |
void getFactoriesList | ( | vector< FormatDesc > & | descs | ) |
Referenced by coopy::store::PolyBook::getFormatList().
TextBook* readHelper | ( | const char * | fname, |
const char * | ext, | ||
const char * | data | ||
) |
bool readHelperJson | ( | coopy::store::Property & | config, |
const char * | filename | ||
) |
Referenced by coopy::store::PolyBook::expand().