My Project
SallyAPI::Core::COptionManager Class Reference

Manager for options. More...

#include <OptionManager.h>

List of all members.

Public Member Functions

SallyAPI::System::COptionGetOption (const std::string &explicidAppName)
 Gets an option.

Static Public Member Functions

static
SallyAPI::Core::COptionManager
GetInstance ()
 Gets the instance.
static void DeleteInstance ()
 Deletes an instance.

Detailed Description

Manager for options.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Deletes an instance.

Author:
Christian Knobloch
Date:
19.04.2010

Gets the instance.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the instance.
SallyAPI::System::COption * SallyAPI::Core::COptionManager::GetOption ( const std::string &  explicidAppName)

Gets an option.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
explicidAppNameName of the explicid application.
Returns:
null if it fails, else the option.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines