Public Member Functions | |
CustomType () | |
CustomType (const Scalar &value) | |
bool | operator!= (const CustomType &other) const |
CustomType | operator* (const CustomType &other) const |
void | operator*= (const CustomType &other) |
CustomType | operator+ (const CustomType &other) const |
void | operator+= (const CustomType &other) |
CustomType | operator- (const CustomType &other) const |
CustomType | operator- () const |
void | operator-= (const CustomType &other) |
CustomType | operator/ (const CustomType &other) const |
void | operator/= (const CustomType &other) |
bool | operator< (const CustomType &other) const |
bool | operator<= (const CustomType &other) const |
void | operator= (const Scalar &value) |
bool | operator== (const CustomType &other) const |
bool | operator> (const CustomType &other) const |
bool | operator>= (const CustomType &other) const |
std::string | print () const |
Protected Attributes | |
Scalar | m_value |
Definition at line 13 of file user_type.cpp.
|
inline |
Definition at line 15 of file user_type.cpp.
|
inlineexplicit |
Definition at line 17 of file user_type.cpp.
|
inline |
Definition at line 34 of file user_type.cpp.
|
inline |
Definition at line 21 of file user_type.cpp.
|
inline |
Definition at line 28 of file user_type.cpp.
|
inline |
Definition at line 22 of file user_type.cpp.
|
inline |
Definition at line 26 of file user_type.cpp.
|
inline |
Definition at line 23 of file user_type.cpp.
|
inline |
Definition at line 41 of file user_type.cpp.
|
inline |
Definition at line 27 of file user_type.cpp.
|
inline |
Definition at line 24 of file user_type.cpp.
|
inline |
Definition at line 29 of file user_type.cpp.
|
inline |
Definition at line 37 of file user_type.cpp.
|
inline |
Definition at line 36 of file user_type.cpp.
|
inline |
Definition at line 31 of file user_type.cpp.
|
inline |
Definition at line 33 of file user_type.cpp.
|
inline |
Definition at line 39 of file user_type.cpp.
|
inline |
Definition at line 38 of file user_type.cpp.
|
inline |
Definition at line 43 of file user_type.cpp.
|
protected |
Definition at line 52 of file user_type.cpp.