#include <Capabilities.h>
Inheritance diagram for ACE_CapEntry:

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_ |
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.
Definition at line 39 of file Capabilities.h.
|
|
Definition at line 45 of file Capabilities.h.
00046 {
00047 ACE_INTCAP = 0,
00048 ACE_STRINGCAP = 1,
00049 ACE_BOOLCAP = 2
00050 };
|
|
|
Definition at line 14 of file Capabilities.cpp.
00015 {
00016 }
|
|
|
Definition at line 5 of file Capabilities.i.
00006 : captype_ (captype) 00007 { 00008 } |
|
|
Definition at line 54 of file Capabilities.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002