60 static inline SP::CORE_Complex
New() {
122 #endif // end of ifndef
static tComplex parseComplex(tString str)
return the complex associated to the string
Definition: CORE_Complex.cpp:35
#define tComplex
Definition: types.h:37
void setComplex(const tComplex &r)
set the real to r
Definition: CORE_Complex.h:74
this class describes a complex
Definition: CORE_Complex.h:26
~CORE_Complex()
remove
Definition: CORE_Complex.cpp:18
DEFINE_SPTR(CORE_Complex)
static const tComplex C_I
describe the i complex
Definition: CORE_Complex.h:32
static SP::CORE_Complex New(const tComplex &r)
build a complex object
Definition: CORE_Complex.h:66
abstract base class for most classes.
Definition: CORE_Object.h:30
#define tString
Definition: types.h:36
tComplex getComplex() const
get the real
Definition: CORE_Complex.h:83
tString toString() const
return the string associated to the real
Definition: CORE_Complex.h:91
static SP::CORE_Complex New()
build a complex object
Definition: CORE_Complex.h:60
static tString toString(tComplex i)
return the string associated to the real
Definition: CORE_Complex.h:96
CORE_Complex()
create a complex
Definition: CORE_Complex.cpp:11
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:106