ACE  6.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
ACE_IntCapEntry Class Reference

This class implement the ACE Integer Capability subclass. More...

#include <Capabilities.h>

Inheritance diagram for ACE_IntCapEntry:
Inheritance graph
[legend]
Collaboration diagram for ACE_IntCapEntry:
Collaboration graph
[legend]

Public Member Functions

 ACE_IntCapEntry (int val)
 
int getval (void) const
 
- Public Member Functions inherited from ACE_CapEntry
virtual ~ACE_CapEntry (void)
 

Protected Attributes

int val_
 
- Protected Attributes inherited from ACE_CapEntry
int captype_
 

Additional Inherited Members

- Protected Types inherited from ACE_CapEntry
enum  { ACE_INTCAP = 0, ACE_STRINGCAP = 1, ACE_BOOLCAP = 2 }
 
- Protected Member Functions inherited from ACE_CapEntry
 ACE_CapEntry (int captype)
 

Detailed Description

This class implement the ACE Integer Capability subclass.

This is a container class for ACE Capabilities integer container values.

Constructor & Destructor Documentation

ACE_IntCapEntry::ACE_IntCapEntry ( int  val)
inline

Member Function Documentation

int ACE_IntCapEntry::getval ( void  ) const
inline

Member Data Documentation

int ACE_IntCapEntry::val_
protected

The documentation for this class was generated from the following files: