|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <getopt.h>#include <coopy/PolyBook.h>#include <coopy/Dbg.h>#include <coopy/FoldTool.h>#include <coopy/CsvTextBook.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 14 of file ssfold.cpp.
References coopy::store::PolyBook::attach(), coopy_set_verbose(), dbg_printf, coopy::fold::FoldOptions::drops, coopy::store::PolyBook::flush(), coopy::fold::FoldTool::fold(), coopy::fold::FoldOptions::fold, optarg, optind, coopy::store::PolyBook::read(), coopy::fold::FoldOptions::recipe, coopy::fold::FoldOptions::tableName, and coopy::fold::FoldTool::unfold().
1.7.4