Classes | Public Member Functions | Public Attributes

Options Struct Reference

Collaboration diagram for Options:
Collaboration graph
[legend]

List of all members.

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_TCHARrm_ior_
const ACE_TCHARdomain_nc_
ACE_Unbounded_Set< Installationinstall_
ACE_Unbounded_Set< Creationcreate_
ACE_Unbounded_Set< ACE_TStringuninstall_
bool list_
bool shutdown_

Constructor & Destructor Documentation

Options::Options ( void   ) [inline]

Member Function Documentation

int Options::parse_args ( int  argc,
ACE_TCHAR argv[] 
) [inline]
void Options::usage ( void   ) [inline]

Member Data Documentation

ACE_Unbounded_Set< Creation > Options::create_
const ACE_TCHAR* Options::domain_nc_
ACE_Unbounded_Set< Installation > Options::install_
bool Options::list_
const ACE_TCHAR* Options::rm_ior_
bool Options::shutdown_
ACE_Unbounded_Set< ACE_TString > Options::uninstall_

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