bpp-core3
3.0.0
|
#include <Bpp/Numeric/Number.h>
Public Member Functions | |
BppNumberI () | |
virtual | ~BppNumberI () |
virtual BppNumberI * | clone () const =0 |
Create a copy of this object and send a pointer to it. More... | |
virtual std::string | toString () const =0 |
The Number interface.
This template class may be used to deal with number in an object way.
|
inlinevirtual |
Definition at line 25 of file Number.h.
References clone(), and toString().
|
pure virtual |
Create a copy of this object and send a pointer to it.
Implements bpp::Clonable.
Implemented in bpp::BppUnsignedInteger, bpp::BppInteger, bpp::BppDouble, bpp::Number< T >, bpp::Number< double >, bpp::Number< int >, bpp::Number< unsigned int >, and bpp::BppNotANumber.
Referenced by ~BppNumberI().
|
pure virtual |
Implemented in bpp::Number< T >, bpp::Number< double >, bpp::Number< int >, bpp::Number< unsigned int >, and bpp::BppNotANumber.
Referenced by ~BppNumberI().