ACEXML
6.1.0
|
#include <Svcconf_Handler.h>
Public Member Functions | |
ACE_Parsed_Info () | |
~ACE_Parsed_Info () | |
int | name (const ACEXML_Char *n) |
const ACEXML_Char * | name (void) |
int | service_type (int type) |
int | service_type (void) |
int | active (int a) |
int | active (void) |
int | path (const ACEXML_Char *n) |
const ACEXML_Char * | path (void) |
int | init_func (const ACEXML_Char *n) |
const ACEXML_Char * | init_func (void) |
int | init_params (const ACEXML_Char *n) |
const ACEXML_Char * | init_params (void) |
void | reset (void) |
Protected Attributes | |
ACEXML_Char * | name_ |
int | service_type_ |
int | active_ |
ACEXML_Char * | path_ |
ACEXML_Char * | init_func_ |
ACEXML_Char * | init_params_ |
ACE_INLINE ACE_Parsed_Info::ACE_Parsed_Info | ( | ) |
ACE_INLINE ACE_Parsed_Info::~ACE_Parsed_Info | ( | ) |
ACE_INLINE int ACE_Parsed_Info::active | ( | int | a | ) |
Set/Get active status.
ACE_INLINE int ACE_Parsed_Info::active | ( | void | ) |
ACE_INLINE int ACE_Parsed_Info::init_func | ( | const ACEXML_Char * | n | ) |
Set/get initializer init function.
ACE_INLINE const ACEXML_Char * ACE_Parsed_Info::init_func | ( | void | ) |
ACE_INLINE int ACE_Parsed_Info::init_params | ( | const ACEXML_Char * | n | ) |
Set/get initializer init parameter.
ACE_INLINE const ACEXML_Char * ACE_Parsed_Info::init_params | ( | void | ) |
ACE_INLINE int ACE_Parsed_Info::name | ( | const ACEXML_Char * | n | ) |
Set/get name of a parsed entity.
ACE_INLINE const ACEXML_Char * ACE_Parsed_Info::name | ( | void | ) |
ACE_INLINE int ACE_Parsed_Info::path | ( | const ACEXML_Char * | n | ) |
Set/get initializer path.
ACE_INLINE const ACEXML_Char * ACE_Parsed_Info::path | ( | void | ) |
ACE_INLINE void ACE_Parsed_Info::reset | ( | void | ) |
Reset Parsed_Info.
ACE_INLINE int ACE_Parsed_Info::service_type | ( | int | type | ) |
Set/get type of a dynamic node.
ACE_INLINE int ACE_Parsed_Info::service_type | ( | void | ) |
int ACE_Parsed_Info::active_ [protected] |
ACEXML_Char* ACE_Parsed_Info::init_func_ [protected] |
ACEXML_Char* ACE_Parsed_Info::init_params_ [protected] |
ACEXML_Char* ACE_Parsed_Info::name_ [protected] |
ACEXML_Char* ACE_Parsed_Info::path_ [protected] |
int ACE_Parsed_Info::service_type_ [protected] |