ACE 8.0.0
|
This class is the base class for all ACE Capabilities entry subclasses. More...
#include <Capabilities.h>
Public Member Functions | |
virtual | ~ACE_CapEntry ()=default |
Protected Types | |
enum | { ACE_INTCAP = 0 , ACE_STRINGCAP = 1 , ACE_BOOLCAP = 2 } |
Protected Member Functions | |
ACE_CapEntry (int captype) | |
Protected Attributes | |
int | captype_ |
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.
|
virtualdefault |
|
inlineprotected |
|
protected |