Public Member Functions | |
void | init () |
bool | operator!= (const ScalarWithExceptions &other) const |
ScalarWithExceptions | operator* (const ScalarWithExceptions &other) const |
ScalarWithExceptions | operator+ (const ScalarWithExceptions &other) const |
ScalarWithExceptions & | operator+= (const ScalarWithExceptions &other) |
ScalarWithExceptions | operator- (const ScalarWithExceptions &other) const |
ScalarWithExceptions & | operator-= (const ScalarWithExceptions &other) |
ScalarWithExceptions & | operator= (const ScalarWithExceptions &other) |
bool | operator== (const ScalarWithExceptions &other) const |
ScalarWithExceptions () | |
ScalarWithExceptions (const float &_v) | |
ScalarWithExceptions (const ScalarWithExceptions &other) | |
~ScalarWithExceptions () | |
Public Attributes | |
float * | v |
Static Public Attributes | |
static int | countdown = 0 |
static int | instances = 0 |
Definition at line 40 of file exceptions.cpp.
ScalarWithExceptions::ScalarWithExceptions | ( | ) | [inline] |
Definition at line 43 of file exceptions.cpp.
ScalarWithExceptions::ScalarWithExceptions | ( | const float & | _v | ) | [inline] |
Definition at line 44 of file exceptions.cpp.
ScalarWithExceptions::ScalarWithExceptions | ( | const ScalarWithExceptions & | other | ) | [inline] |
Definition at line 45 of file exceptions.cpp.
ScalarWithExceptions::~ScalarWithExceptions | ( | ) | [inline] |
Definition at line 46 of file exceptions.cpp.
void ScalarWithExceptions::init | ( | ) | [inline] |
Definition at line 51 of file exceptions.cpp.
bool ScalarWithExceptions::operator!= | ( | const ScalarWithExceptions & | other | ) | const [inline] |
Definition at line 79 of file exceptions.cpp.
ScalarWithExceptions ScalarWithExceptions::operator* | ( | const ScalarWithExceptions & | other | ) | const [inline] |
Definition at line 67 of file exceptions.cpp.
ScalarWithExceptions ScalarWithExceptions::operator+ | ( | const ScalarWithExceptions & | other | ) | const [inline] |
Definition at line 56 of file exceptions.cpp.
ScalarWithExceptions& ScalarWithExceptions::operator+= | ( | const ScalarWithExceptions & | other | ) | [inline] |
Definition at line 70 of file exceptions.cpp.
ScalarWithExceptions ScalarWithExceptions::operator- | ( | const ScalarWithExceptions & | other | ) | const [inline] |
Definition at line 64 of file exceptions.cpp.
ScalarWithExceptions& ScalarWithExceptions::operator-= | ( | const ScalarWithExceptions & | other | ) | [inline] |
Definition at line 72 of file exceptions.cpp.
ScalarWithExceptions& ScalarWithExceptions::operator= | ( | const ScalarWithExceptions & | other | ) | [inline] |
Definition at line 74 of file exceptions.cpp.
bool ScalarWithExceptions::operator== | ( | const ScalarWithExceptions & | other | ) | const [inline] |
Definition at line 77 of file exceptions.cpp.
int ScalarWithExceptions::countdown = 0 [static] |
Definition at line 84 of file exceptions.cpp.
int ScalarWithExceptions::instances = 0 [static] |
Definition at line 83 of file exceptions.cpp.
float* ScalarWithExceptions::v |
Definition at line 82 of file exceptions.cpp.