bpp-core3
3.0.0
|
The BppBoolean object class. This class extends the bool type to support the Clonable interface. More...
#include <Bpp/BppBoolean.h>
Public Member Functions | |
BppBoolean (bool value=false) | |
BppBoolean * | clone () const |
Create a copy of this object and send a pointer to it. More... | |
const bool | getValue () const |
Private Attributes | |
bool | value_ |
The BppBoolean object class. This class extends the bool type to support the Clonable interface.
Definition at line 17 of file BppBoolean.h.
|
inline |
Definition at line 23 of file BppBoolean.h.
Referenced by clone().
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::Clonable.
Definition at line 27 of file BppBoolean.h.
References BppBoolean().
|
inline |
|
private |
Definition at line 20 of file BppBoolean.h.
Referenced by getValue().