ACE_BoolCapEntry Class Reference

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

#include <Capabilities.h>

Inheritance diagram for ACE_BoolCapEntry:

Inheritance graph
[legend]
Collaboration diagram for ACE_BoolCapEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_BoolCapEntry (int val)
int getval (void) const

Protected Attributes

int val_

Detailed Description

This class implement the ACE Bool Capability subclass.

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

Definition at line 114 of file Capabilities.h.


Constructor & Destructor Documentation

ACE_INLINE ACE_BoolCapEntry::ACE_BoolCapEntry ( int  val  ) 

Definition at line 40 of file Capabilities.inl.

00041   : ACE_CapEntry (ACE_BOOLCAP),
00042     val_(val)
00043 {
00044 }


Member Function Documentation

ACE_INLINE int ACE_BoolCapEntry::getval ( void   )  const

Definition at line 47 of file Capabilities.inl.

References val_.

Referenced by ACE_Capabilities::getval().

00048 {
00049   return val_;
00050 }


Member Data Documentation

int ACE_BoolCapEntry::val_ [protected]

Definition at line 121 of file Capabilities.h.

Referenced by getval().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:34:56 2010 for ACE by  doxygen 1.4.7