#include "emptyhelp.h"#include <iostream>#include "commands.h"#include "helpmode.h"#include "io.h"Include dependency graph for emptyhelp.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::emptyhelp |
Functions | |
| void | help_h () |
| void | qq_h () |
| void | help_h () |
| void | qq_h () |
| void | addEmptyHelp (commands::CommandMode &mode, commands::TagDict &tagDict) |
Variables | |
| const char * | help_tag = "enters help mode" |
| const char * | qq_tag = "exits the program" |
| const char * | extract_graph_tag |
| const char * | extract_cells_tag |
|
||||||||||||
|
Definition at line 78 of file emptyhelp.cpp. References atlas::commands::CommandMode::add(), atlas::extract_cells_tag, atlas::extract_graph_tag, atlas::help_entry(), atlas::help_h(), atlas::help_tag, atlas::commands::insertTag(), atlas::qq_h(), and atlas::qq_tag. Referenced by atlas::helpmode::helpMode(). |
|
|
Definition at line 54 of file emptyhelp.cpp. References atlas::io::printFile(). |
|
|
Referenced by atlas::emptyhelp::addEmptyHelp(). |
|
|
Definition at line 61 of file emptyhelp.cpp. References atlas::io::printFile(). |
|
|
Referenced by atlas::emptyhelp::addEmptyHelp(). |
|
|
Initial value:
"reads block and KL binary files and prints W-cells"
Definition at line 38 of file emptyhelp.cpp. Referenced by atlas::emptyhelp::addEmptyHelp(). |
|
|
Initial value:
"reads block and KL binary files and prints W-graph"
Definition at line 36 of file emptyhelp.cpp. Referenced by atlas::emptyhelp::addEmptyHelp(). |
|
|
Definition at line 34 of file emptyhelp.cpp. Referenced by atlas::emptyhelp::addEmptyHelp(). |
|
|
Definition at line 35 of file emptyhelp.cpp. Referenced by atlas::emptyhelp::addEmptyHelp(). |
1.3.9.1