5 #ifndef BPP_BPPBOOLEAN_H 6 #define BPP_BPPBOOLEAN_H 34 #endif // BPP_BPPBOOLEAN_H BppBoolean * clone() const
Create a copy of this object and send a pointer to it.
BppBoolean(bool value=false)
std::ostream & operator<<(std::ostream &out, const BppBoolean &s)
const bool getValue() const
The BppBoolean object class. This class extends the bool type to support the Clonable interface...
The Clonable interface (allow an object to be cloned).