ACE_CapEntry Class Reference

This class is the base class for all ACE Capabilities entry subclasses. More...

#include <Capabilities.h>

Inheritance diagram for ACE_CapEntry:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~ACE_CapEntry (void)

Protected Types

enum  { ACE_INTCAP = 0, ACE_STRINGCAP = 1, ACE_BOOLCAP = 2 }

Protected Member Functions

 ACE_CapEntry (int captype)

Protected Attributes

int captype_

Detailed Description

This class is the base class for all ACE Capabilities entry subclasses.

This class is not instantiable and does not provide accessors or methods. If you want to add a new kind of attribute subclass this class and dynamic_cast to proper subclass.

Definition at line 42 of file Capabilities.h.


Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
ACE_INTCAP 
ACE_STRINGCAP 
ACE_BOOLCAP 

Definition at line 50 of file Capabilities.h.

00051   {
00052     ACE_INTCAP = 0,
00053     ACE_STRINGCAP = 1,
00054     ACE_BOOLCAP = 2
00055   };


Constructor & Destructor Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_CapEntry::~ACE_CapEntry void   )  [virtual]
 

Definition at line 21 of file Capabilities.cpp.

00022 {
00023 }

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_CapEntry::ACE_CapEntry int  captype  )  [protected]
 

Definition at line 8 of file Capabilities.inl.

00009   : captype_ (captype)
00010 {
00011 }


Member Data Documentation

int ACE_CapEntry::captype_ [protected]
 

Definition at line 61 of file Capabilities.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:20:37 2006 for ACE by doxygen 1.3.6