DAnCE
..
|
Classes | |
struct | Creation |
struct | Installation |
Public Member Functions | |
Options (void) | |
void | usage (void) |
int | parse_args (int argc, ACE_TCHAR *argv[]) |
Public Attributes | |
const ACE_TCHAR * | rm_ior_ |
const ACE_TCHAR * | domain_nc_ |
ACE_Unbounded_Set< Installation > | install_ |
ACE_Unbounded_Set< Creation > | create_ |
ACE_Unbounded_Set< ACE_TString > | uninstall_ |
bool | list_ |
bool | shutdown_ |
std::string | topic_ |
long | domain_ |
Options::Options | ( | void | ) | [inline] |
int Options::parse_args | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [inline] |
void Options::usage | ( | void | ) | [inline] |
ACE_Unbounded_Set< Creation > Options::create_ |
long Options::domain_ |
const ACE_TCHAR* Options::domain_nc_ |
ACE_Unbounded_Set< Installation > Options::install_ |
bool Options::list_ |
const ACE_TCHAR* Options::rm_ior_ |
bool Options::shutdown_ |
std::string Options::topic_ |
ACE_Unbounded_Set< ACE_TString > Options::uninstall_ |