Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Bool Class Reference

#include <Wrappers.h>

List of all members.


Detailed Description

The Bool class is a wrapper for the bool type.

Author:
Thomas Jacob

Definition at line 19 of file Wrappers.h.

Public Member Functions

 Bool (bool value)
 Creates a new wrapper.

bool Get ()
 Returns the wrapper's value.

void Set (bool value)
 Sets the wrapper's value.

 ~Bool ()
 Destroys the wrapper.


Private Attributes

bool Value
 The value.


Constructor & Destructor Documentation

Bool bool  value  ) 
 

Creates a new wrapper.

Parameters:
value The value to be wrapped.

~Bool  ) 
 

Destroys the wrapper.


Member Function Documentation

bool Get  )  [inline]
 

Returns the wrapper's value.

Returns:
The wrapper's value.

void Set bool  value  )  [inline]
 

Sets the wrapper's value.

Parameters:
value The value to be wrapped.


Member Data Documentation

bool Value [private]
 

The value.

Definition at line 26 of file Wrappers.h.


The documentation for this class was generated from the following file:
Generated on Tue Oct 3 00:23:39 2006 for ToolBox by doxygen 1.3.6