COOPY » Guide
version 0.6.5
|
#include <FoldTool.h>
Public Member Functions | |
FoldOptions () | |
Data Fields | |
std::string | tableName |
coopy::store::PolyBook | recipe |
std::set< std::string > | drops |
bool | fold |
Definition at line 16 of file FoldTool.h.
coopy::fold::FoldOptions::FoldOptions | ( | ) | [inline] |
Definition at line 23 of file FoldTool.h.
References fold.
std::set<std::string> coopy::fold::FoldOptions::drops |
Definition at line 20 of file FoldTool.h.
Referenced by coopy::fold::FoldTool::fold(), and main().
Definition at line 21 of file FoldTool.h.
Referenced by FoldOptions(), and main().
Definition at line 19 of file FoldTool.h.
Referenced by coopy::fold::FoldTool::fold(), main(), and coopy::fold::FoldTool::unfold().
std::string coopy::fold::FoldOptions::tableName |
Definition at line 18 of file FoldTool.h.
Referenced by coopy::fold::FoldTool::fold(), and main().