|
bpp-core
2.2.0
|
The BppBoolean object class. More...
#include <Bpp/BppBoolean.h>
Inheritance diagram for bpp::BppBoolean:
Collaboration diagram for bpp::BppBoolean:Public Member Functions | |
| BppBoolean () | |
| BppBoolean (bool value) | |
| virtual | ~BppBoolean () |
| const bool | getValue () const |
The Clonable interface. | |
| BppBoolean * | clone () const |
| Create a copy of this object and send a pointer to it. More... | |
Private Attributes | |
| bool | value_ |
The BppBoolean object class.
This class extends the bool type to support the Clonable interface.
Definition at line 57 of file BppBoolean.h.
|
inline |
Definition at line 64 of file BppBoolean.h.
Referenced by clone().
|
inline |
Definition at line 65 of file BppBoolean.h.
|
inlinevirtual |
Definition at line 66 of file BppBoolean.h.
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::Clonable.
Definition at line 80 of file BppBoolean.h.
References BppBoolean().
|
inline |
|
private |
Definition at line 60 of file BppBoolean.h.
Referenced by getValue().