|
FRIBParallelanalysis
1.0
FrameworkforMPIParalleldataanalysisatFRIB
|


Public Member Functions | |
| CTCLApplication () | |
| CTCLApplication (const CTCLApplication &aCTCLApplication) | |
| CTCLApplication & | operator= (const CTCLApplication &aCTCLApplication) |
| int | operator== (const CTCLApplication &aCTCLApplication) |
| virtual int | operator() ()=0 |
| void | getProgramArguments (int &argc, char **&argv) |
| Tcl_ThreadId | getThread () const |
Public Member Functions inherited from CTCLInterpreterObject | |
| CTCLInterpreterObject (CTCLInterpreter *pInterp) | |
| CTCLInterpreterObject (const CTCLInterpreterObject &aCTCLInterpreterObject) | |
| CTCLInterpreterObject & | operator= (const CTCLInterpreterObject &aCTCLInterpreterObject) |
| int | operator== (const CTCLInterpreterObject &aCTCLInterpreterObject) const |
| CTCLInterpreter * | getInterpreter () const |
| CTCLInterpreter * | Bind (CTCLInterpreter &rBinding) |
| CTCLInterpreter * | Bind (CTCLInterpreter *pBinding) |
Additional Inherited Members | |
Protected Member Functions inherited from CTCLInterpreterObject | |
| CTCLInterpreter * | AssertIfNotBound () |
| CTCLApplication::CTCLApplication | ( | ) |
Construction of the application:
| void CTCLApplication::getProgramArguments | ( | int & | argc, |
| char **& | argv | ||
| ) |
Provide a hook for the application to get the program arguments.
| argc | - reference to integer that will get the argument count. |
| argv | - reference to char** that will get the argument count. |
| Tcl_ThreadId CTCLApplication::getThread | ( | ) | const |
Get the thread for the interpreter/application:
1.8.13