LAMA
|
#include <LAMAArguments.hpp>
Public Member Functions | |
virtual | ~LAMAArguments () |
Static Public Member Functions | |
static void | init (int argc, char **argv, bool keepArguments=false) |
static char ** | getArgv () |
static int | getArgc () |
static void | finalize () |
static bool | isInitialized () |
Private Member Functions | |
LAMAArguments (int argc, char **argv) | |
Private Attributes | |
int | mArgc |
char ** | mArgv |
Static Private Attributes | |
static std::auto_ptr < LAMAArguments > | sInstance |
Friends | |
class | LAMAInstance |
lama::LAMAArguments::LAMAArguments | ( | int | argc, |
char ** | argv | ||
) | [private] |
lama::LAMAArguments::~LAMAArguments | ( | ) | [virtual] |
void lama::LAMAArguments::finalize | ( | ) | [static] |
References sInstance.
Referenced by lama::LAMAInstance::~LAMAInstance().
int lama::LAMAArguments::getArgc | ( | ) | [static] |
References sInstance.
Referenced by lama::GPIInterface::GPIInterface().
char ** lama::LAMAArguments::getArgv | ( | ) | [static] |
References sInstance.
Referenced by lama::GPIInterface::GPIInterface().
void lama::LAMAArguments::init | ( | int | argc, |
char ** | argv, | ||
bool | keepArguments = false |
||
) | [static] |
References LAMAArguments(), and sInstance.
Referenced by lama::LAMAInstance::LAMAInstance().
bool lama::LAMAArguments::isInitialized | ( | ) | [static] |
References sInstance.
friend class LAMAInstance [friend] |
int lama::LAMAArguments::mArgc [private] |
Referenced by LAMAArguments().
char** lama::LAMAArguments::mArgv [private] |
Referenced by LAMAArguments().
std::auto_ptr< LAMAArguments > lama::LAMAArguments::sInstance [static, private] |
Referenced by finalize(), getArgc(), getArgv(), init(), and isInitialized().