Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

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 Methods

virtual ~ACE_CapEntry (void)

Protected Types

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

Protected Methods

 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 you subclasses of this class and dynamic cast to proper subclass.


Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
ACE_INTCAP  
ACE_STRINGCAP  
ACE_BOOLCAP  


Constructor & Destructor Documentation

ACE_CapEntry::~ACE_CapEntry ( void ) [virtual]
 

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


Member Data Documentation

int ACE_CapEntry::captype_ [protected]
 


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 10:29:57 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000