|
bpp-core
2.1.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. | |
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.
| bpp::BppBoolean::BppBoolean | ( | ) | [inline] |
Definition at line 64 of file BppBoolean.h.
Referenced by clone().
| bpp::BppBoolean::BppBoolean | ( | bool | value | ) | [inline] |
Definition at line 65 of file BppBoolean.h.
| virtual bpp::BppBoolean::~BppBoolean | ( | ) | [inline, virtual] |
Definition at line 66 of file BppBoolean.h.
| BppBoolean* bpp::BppBoolean::clone | ( | ) | const [inline, virtual] |
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().
| const bool bpp::BppBoolean::getValue | ( | ) | const [inline] |
bool bpp::BppBoolean::value_ [private] |
Definition at line 60 of file BppBoolean.h.
Referenced by getValue().