Public Member Functions | |
CustomType () | |
CustomType (const Scalar &value) | |
operator Scalar () const | |
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 |
Public Attributes | |
Scalar | m_value |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CustomType &X) |
Definition at line 13 of file user_type.cpp.
|
inline |
Definition at line 62 of file user_type.cpp.
|
inlineexplicit |
Definition at line 64 of file user_type.cpp.
|
inline |
Definition at line 108 of file user_type.cpp.
|
inline |
Definition at line 89 of file user_type.cpp.
|
inline |
Definition at line 66 of file user_type.cpp.
|
inline |
Definition at line 81 of file user_type.cpp.
|
inline |
Definition at line 69 of file user_type.cpp.
|
inline |
Definition at line 79 of file user_type.cpp.
|
inline |
Definition at line 72 of file user_type.cpp.
|
inline |
Definition at line 106 of file user_type.cpp.
|
inline |
Definition at line 80 of file user_type.cpp.
|
inline |
Definition at line 75 of file user_type.cpp.
|
inline |
Definition at line 82 of file user_type.cpp.
|
inline |
Definition at line 96 of file user_type.cpp.
|
inline |
Definition at line 93 of file user_type.cpp.
|
inline |
Definition at line 84 of file user_type.cpp.
|
inline |
Definition at line 86 of file user_type.cpp.
|
inline |
Definition at line 102 of file user_type.cpp.
|
inline |
Definition at line 99 of file user_type.cpp.
|
inline |
Definition at line 110 of file user_type.cpp.
|
friend |
Definition at line 116 of file user_type.cpp.
Scalar CustomType< Scalar >::m_value |
Definition at line 123 of file user_type.cpp.