#include <DS_Creator.h>
Definition at line 27 of file DS_Creator.h.
| virtual DS_Creator::~DS_Creator |
( |
| ) |
|
|
virtual |
| int DS_Creator::closeOutput |
( |
| ) |
|
| static const char* DS_Creator::getIndent |
( |
int |
level | ) |
|
|
static |
Returns an indentation string for the given indent level.
The string is kept in a static buffer, which has the advantage of automatically caching it, but you are thus meant to call getIndent pretty much every time you want to indent something
| static bool DS_Creator::getUseOldGrouping |
( |
| ) |
|
|
static |
| int DS_Creator::openOutput |
( |
std::ostream & |
os | ) |
|
| int DS_Creator::prepareToWriteOutput |
( |
| ) |
|
| static void DS_Creator::printHelp |
( |
std::ostream & |
os, |
|
|
const char * |
help |
|
) |
| |
|
staticprotected |
| static void DS_Creator::printInfo |
( |
std::ostream & |
os, |
|
|
const char * |
info |
|
) |
| |
|
staticprotected |
| static void DS_Creator::printParm |
( |
std::ostream & |
os, |
|
|
const DS_ParmInfo * |
pi |
|
) |
| |
|
staticprotected |
| void DS_Creator::setParmDSOverride |
( |
const char * |
parm_ds | ) |
|
|
inline |
| static void DS_Creator::setUseOldGrouping |
( |
bool |
useold | ) |
|
|
static |
| static void DS_Creator::startGroup |
( |
std::ostream & |
os, |
|
|
int & |
id, |
|
|
const char * |
name |
|
) |
| |
|
staticprotected |
| virtual void DS_Creator::writeContextSpecific |
( |
| ) |
|
|
protectedvirtual |
| virtual void DS_Creator::writeHeader |
( |
const char * |
appname, |
|
|
const char * |
script |
|
) |
| |
|
protectedvirtual |
| virtual int DS_Creator::writeInfo |
( |
| ) |
|
|
protectedvirtual |
| void DS_Creator::writeMetaInfo |
( |
| ) |
|
|
protected |
| int DS_Creator::writeOutput |
( |
| ) |
|
| void DS_Creator::writeParms |
( |
| ) |
const |
|
protected |
| virtual void DS_Creator::writeTrailer |
( |
const char * |
appname, |
|
|
const char * |
script |
|
) |
| |
|
protectedvirtual |
| std::ostream* DS_Creator::myOS |
|
protected |
| const char* DS_Creator::theToolboxLabels[] |
|
static |
| bool DS_Creator::theUseOldGrouping |
|
staticprotected |
The documentation for this class was generated from the following file: