COOPY » Guide
version 0.6.5
|
Go to the source code of this file.
Functions | |
void | coopy_print_trace (FILE *out, const char *file, int line) |
void | coopy_set_verbose (bool verbose) |
bool | coopy_is_verbose () |
void | coopy_set_strict (bool strict) |
bool | coopy_is_strict () |
void | coopy_set_default_table_name (const char *name) |
const char * | coopy_get_default_table_name () |
void | coopy_set_default_eol_style (const char *name) |
const char * | coopy_get_default_eol_style () |
const char * | coopy_eol () |
Variables | |
bool | _csv_verbose = false |
bool | _csv_strict = false |
string | coopy_default_table_name = "sheet" |
string | coopy_default_eol_style = "default" |
string | coopy_eol_store = "\n" |
const char* coopy_eol | ( | ) |
Definition at line 85 of file Dbg.cpp.
References coopy_eol_store.
const char* coopy_get_default_eol_style | ( | ) |
Definition at line 81 of file Dbg.cpp.
References coopy_default_eol_style.
const char* coopy_get_default_table_name | ( | ) |
Definition at line 72 of file Dbg.cpp.
References coopy_default_table_name.
Referenced by coopy::store::WrapBook::attach(), coopy::cmp::SheetCompare::compare(), coopy::fold::FoldTool::fold(), coopy::cmp::MergeOutputEditList::MergeOutputEditList(), coopy::cmp::MergeOutputNovel::MergeOutputNovel(), and coopy::cmp::MergeOutputSqlDiff::MergeOutputSqlDiff().
bool coopy_is_strict | ( | ) |
Definition at line 58 of file Dbg.cpp.
References _csv_strict.
Referenced by coopy::store::ColumnType::setType().
bool coopy_is_verbose | ( | ) |
Definition at line 50 of file Dbg.cpp.
References _csv_verbose.
Referenced by coopy::cmp::SheetPatcher::changeRow(), coopy::cmp::MeasureMan::compare(), coopy::store::TextBook::copy(), coopy::cmp::MergeOutputTdiff::flushRows(), and verb().
void coopy_print_trace | ( | FILE * | out, |
const char * | file, | ||
int | line | ||
) |
void coopy_set_default_eol_style | ( | const char * | name | ) |
Definition at line 77 of file Dbg.cpp.
References coopy_default_eol_style.
Referenced by coopy::app::Options::apply().
void coopy_set_default_table_name | ( | const char * | name | ) |
Definition at line 62 of file Dbg.cpp.
References coopy_default_table_name, and coopy_eol_store.
Referenced by coopy::app::Options::apply().
void coopy_set_strict | ( | bool | strict | ) |
Definition at line 54 of file Dbg.cpp.
References _csv_strict.
Referenced by coopy::app::Options::apply().
void coopy_set_verbose | ( | bool | verbose | ) |
Definition at line 46 of file Dbg.cpp.
References _csv_verbose.
Referenced by coopy::app::Options::apply(), and main().
bool _csv_strict = false |
Definition at line 8 of file Dbg.cpp.
Referenced by coopy_is_strict(), and coopy_set_strict().
bool _csv_verbose = false |
Definition at line 7 of file Dbg.cpp.
Referenced by coopy::cmp::MeasureMan::compare1(), coopy_is_verbose(), coopy_set_verbose(), coopy::cmp::SheetCompare::setVerbose(), and coopy::cmp::BookCompare::setVerbose().
string coopy_default_eol_style = "default" |
Definition at line 11 of file Dbg.cpp.
Referenced by coopy_get_default_eol_style(), and coopy_set_default_eol_style().
string coopy_default_table_name = "sheet" |
Definition at line 10 of file Dbg.cpp.
Referenced by coopy_get_default_table_name(), and coopy_set_default_table_name().
string coopy_eol_store = "\n" |
Definition at line 12 of file Dbg.cpp.
Referenced by coopy_eol(), and coopy_set_default_table_name().