#include <Config.h>
|
static Nice::AppConfigPtr | preinitialize () |
| Convert a sequence of command-line options into properties. More...
|
|
static Nice::AppConfigPtr | initializePhase1 (int argc, char **argv) |
|
static Nice::AppConfigPtr | initializePhase2 (int argc, char **argv) |
|
static void | loadFileAtNode (const std::string &_filename, const Nice::JointPtr &_node) |
|
static void | loadFileAtNode (const std::string &_filename, const std::string &_node) |
|
static void | deinitialize () |
|
static const Nice::AppConfigPtr & | config () |
|
static std::string | INSROOT () |
|
static std::string | configExtraPath () |
|
static std::string | niceTypePath () |
|
static std::string | LD_LIBRARY_PATH () |
|
static std::string | fileByPath (const std::string &_file, bool _create) |
|
static Nice::AppConfigPtr | preinitialize () |
| Convert a sequence of command-line options into properties. More...
|
|
static Nice::AppConfigPtr | initializePhase1 (int argc, char **argv) |
|
static Nice::AppConfigPtr | initializePhase2 (int argc, char **argv) |
|
static void | loadFileAtNode (const std::string &_filename, const Nice::JointPtr &_node) |
|
static void | loadFileAtNode (const std::string &_filename, const std::string &_node) |
|
static void | deinitialize () |
|
static const Nice::AppConfigPtr & | config () |
|
static std::string | INSROOT () |
|
static std::string | configExtraPath () |
|
static std::string | niceTypePath () |
|
static std::string | LD_LIBRARY_PATH () |
|
static std::string | fileByPath (const std::string &_file, bool _create) |
|
◆ AppConfig() [1/2]
Nice::AppConfig::AppConfig |
( |
| ) |
|
|
private |
◆ ~AppConfig() [1/2]
Nice::AppConfig::~AppConfig |
( |
| ) |
|
|
private |
◆ AppConfig() [2/2]
Nice::AppConfig::AppConfig |
( |
| ) |
|
|
private |
◆ ~AppConfig() [2/2]
Nice::AppConfig::~AppConfig |
( |
| ) |
|
|
private |
◆ buildRecursive() [1/2]
◆ buildRecursive() [2/2]
◆ checkForExtraPath() [1/2]
◆ checkForExtraPath() [2/2]
◆ config() [1/2]
◆ config() [2/2]
◆ configExtraPath() [1/2]
static std::string Nice::AppConfig::configExtraPath |
( |
| ) |
|
|
inlinestatic |
◆ configExtraPath() [2/2]
static std::string Nice::AppConfig::configExtraPath |
( |
| ) |
|
|
inlinestatic |
◆ deinitialize() [1/2]
void Nice::AppConfig::deinitialize |
( |
| ) |
|
|
static |
◆ deinitialize() [2/2]
static void Nice::AppConfig::deinitialize |
( |
| ) |
|
|
static |
◆ dumpConfigTree() [1/2]
◆ dumpConfigTree() [2/2]
◆ fileByPath() [1/2]
static std::string Nice::AppConfig::fileByPath |
( |
const std::string & |
_file, |
|
|
bool |
_create |
|
) |
| |
|
inlinestatic |
◆ fileByPath() [2/2]
static std::string Nice::AppConfig::fileByPath |
( |
const std::string & |
_file, |
|
|
bool |
_create |
|
) |
| |
|
inlinestatic |
◆ get() [1/2]
◆ get() [2/2]
◆ initializePhase1() [1/2]
◆ initializePhase1() [2/2]
◆ initializePhase2() [1/2]
◆ initializePhase2() [2/2]
◆ INSROOT() [1/2]
static std::string Nice::AppConfig::INSROOT |
( |
| ) |
|
|
inlinestatic |
◆ INSROOT() [2/2]
static std::string Nice::AppConfig::INSROOT |
( |
| ) |
|
|
inlinestatic |
◆ LD_LIBRARY_PATH() [1/2]
static std::string Nice::AppConfig::LD_LIBRARY_PATH |
( |
| ) |
|
|
inlinestatic |
◆ LD_LIBRARY_PATH() [2/2]
static std::string Nice::AppConfig::LD_LIBRARY_PATH |
( |
| ) |
|
|
inlinestatic |
◆ link() [1/2]
◆ link() [2/2]
◆ loadAllNiceTypeLibraries() [1/2]
void Nice::AppConfig::loadAllNiceTypeLibraries |
( |
| ) |
|
|
private |
◆ loadAllNiceTypeLibraries() [2/2]
void Nice::AppConfig::loadAllNiceTypeLibraries |
( |
| ) |
|
|
private |
◆ loadConfigFileTree() [1/2]
◆ loadConfigFileTree() [2/2]
◆ loadConfigRemoteTree() [1/2]
◆ loadConfigRemoteTree() [2/2]
◆ loadFile() [1/2]
void Nice::AppConfig::loadFile |
( |
const std::string & |
_filename | ) |
|
◆ loadFile() [2/2]
void Nice::AppConfig::loadFile |
( |
const std::string & |
_filename | ) |
|
◆ loadFileAtNode() [1/4]
◆ loadFileAtNode() [2/4]
◆ loadFileAtNode() [3/4]
static void Nice::AppConfig::loadFileAtNode |
( |
const std::string & |
_filename, |
|
|
const std::string & |
_node |
|
) |
| |
|
static |
◆ loadFileAtNode() [4/4]
void Nice::AppConfig::loadFileAtNode |
( |
const std::string & |
_filename, |
|
|
const std::string & |
_node |
|
) |
| |
|
static |
◆ loadFileType() [1/2]
◆ loadFileType() [2/2]
◆ loadGlobalAliasFile() [1/2]
◆ loadGlobalAliasFile() [2/2]
◆ loadGlobalConfigFile() [1/2]
◆ loadGlobalConfigFile() [2/2]
◆ loadLocatorType() [1/2]
◆ loadLocatorType() [2/2]
◆ loadNiceTypeLibrariesFrom() [1/2]
void Nice::AppConfig::loadNiceTypeLibrariesFrom |
( |
const std::string & |
libraryDirectoryName | ) |
|
|
private |
◆ loadNiceTypeLibrariesFrom() [2/2]
void Nice::AppConfig::loadNiceTypeLibrariesFrom |
( |
const std::string & |
libraryDirectoryName | ) |
|
|
private |
◆ niceTypePath() [1/2]
static std::string Nice::AppConfig::niceTypePath |
( |
| ) |
|
|
inlinestatic |
◆ niceTypePath() [2/2]
static std::string Nice::AppConfig::niceTypePath |
( |
| ) |
|
|
inlinestatic |
◆ parseCommandLineOptions() [1/2]
void Nice::AppConfig::parseCommandLineOptions |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ parseCommandLineOptions() [2/2]
void Nice::AppConfig::parseCommandLineOptions |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ preinitialize() [1/2]
Convert a sequence of command-line options into properties.
All options that begin with –prefix.
are converted into properties. If the prefix is empty, all options that begin with –
are converted to properties.
- Parameters
-
prefix | The property prefix, or an empty string to convert all options starting with – . |
options | The command-line options. |
- Returns
- The command-line options that do not start with the specified prefix, in their original order.
◆ preinitialize() [2/2]
Convert a sequence of command-line options into properties.
All options that begin with –prefix.
are converted into properties. If the prefix is empty, all options that begin with –
are converted to properties.
- Parameters
-
prefix | The property prefix, or an empty string to convert all options starting with – . |
options | The command-line options. |
- Returns
- The command-line options that do not start with the specified prefix, in their original order.
◆ m_tree
◆ s_fileByPath
◆ s_instance
The documentation for this class was generated from the following files:
- /home/nirva/insroot/include/Nice/App/Config.h
- TwiceAsNice/nice/src/libNice/Nice/App/Config.cc