#include <constraintT.h>
Inheritance diagram for constraintT:
Public Member Functions | |
constraintT (void) | |
virtual | ~constraintT (void) |
virtual int | run (void) |
virtual int | main (int argC, char **argV) |
virtual int | initialize (int argC, char **argV) |
virtual int | terminate (int sig=0) |
Static Public Member Functions | |
static Application * | TheApplication (void) |
Static Protected Attributes | |
static Application * | _theApplication |
Definition at line 8 of file constraintT.h.
constraintT::constraintT | ( | void | ) | [inline] |
Definition at line 10 of file constraintT.h.
virtual constraintT::~constraintT | ( | void | ) | [inline, virtual] |
Definition at line 11 of file constraintT.h.
int constraintT::run | ( | void | ) | [virtual] |
Reimplemented from baseApp.
Definition at line 18 of file constraintT.cc.
References _BESDataHandlerInterface::containers, _BESDataHandlerInterface::data, _BESDataHandlerInterface::first_container(), _BESDataHandlerInterface::next_container(), BESConstraintFuncs::post_append(), POST_CONSTRAINT, and BESContainer::set_constraint().
Here is the call graph for this function:
int baseApp::main | ( | int | argC, | |
char ** | argV | |||
) | [virtual, inherited] |
Implements Application.
Definition at line 27 of file baseApp.cc.
References baseApp::initialize(), baseApp::run(), and baseApp::terminate().
Here is the call graph for this function:
int baseApp::initialize | ( | int | argC, | |
char ** | argV | |||
) | [virtual, inherited] |
Implements Application.
Reimplemented in keysT.
Definition at line 43 of file baseApp.cc.
References BESGlobalIQ::BESGlobalInit(), and BESException::get_message().
Referenced by keysT::initialize(), and baseApp::main().
Here is the call graph for this function:
int baseApp::terminate | ( | int | sig = 0 |
) | [virtual, inherited] |
Implements Application.
Definition at line 75 of file baseApp.cc.
References BESGlobalIQ::BESGlobalQuit().
Referenced by baseApp::main().
Here is the call graph for this function:
static Application* Application::TheApplication | ( | void | ) | [inline, static, inherited] |
Application * Application::_theApplication [static, protected, inherited] |
Definition at line 15 of file Application.h.
Referenced by baseApp::baseApp(), Application::TheApplication(), and baseApp::~baseApp().