|
COOPY » Guide
version 0.6.5
|
#include "WideSheetManager.h"#include <stdio.h>#include <stdlib.h>#include "sqlite3.h"#include <string>#include <coopy/PolyBook.h>#include <coopy/MergeOutputTdiff.h>#include <coopy/BookCompare.h>#include <coopy/SheetPatcher.h>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | F_OK 0 |
Functions | |
| static bool | sql_enact (sqlite3 *db, const char *cmd) |
| static void | start_output2 (string output, CompareFlags &flags) |
| static void | stop_output2 (string output, CompareFlags &flags) |
| #define F_OK 0 |
Definition at line 21 of file WideSheetManager.cpp.
Referenced by WideSheetManager::diffSheet().
| static bool sql_enact | ( | sqlite3 * | db, |
| const char * | cmd | ||
| ) | [static] |
Definition at line 28 of file WideSheetManager.cpp.
References NULL.
Referenced by WideSheetManager::setFile(), and WideSheetManager::setProperty().
| static void start_output2 | ( | string | output, |
| CompareFlags & | flags | ||
| ) | [static] |
Definition at line 301 of file WideSheetManager.cpp.
References NULL, and coopy::cmp::CompareFlags::out.
Referenced by WideSheetManager::mergeToLocal().
| static void stop_output2 | ( | string | output, |
| CompareFlags & | flags | ||
| ) | [static] |
Definition at line 314 of file WideSheetManager.cpp.
References coopy::cmp::CompareFlags::out.
Referenced by WideSheetManager::mergeToLocal().
1.7.4