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 | operator- (const CustomType &other) 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 65 of file user_type.cpp.
|
inlineexplicit |
Definition at line 67 of file user_type.cpp.
|
inline |
Definition at line 111 of file user_type.cpp.
|
inline |
Definition at line 92 of file user_type.cpp.
|
inline |
Definition at line 69 of file user_type.cpp.
|
inline |
Definition at line 84 of file user_type.cpp.
|
inline |
Definition at line 72 of file user_type.cpp.
|
inline |
Definition at line 82 of file user_type.cpp.
|
inline |
Definition at line 109 of file user_type.cpp.
|
inline |
Definition at line 75 of file user_type.cpp.
|
inline |
Definition at line 83 of file user_type.cpp.
|
inline |
Definition at line 78 of file user_type.cpp.
|
inline |
Definition at line 85 of file user_type.cpp.
|
inline |
Definition at line 99 of file user_type.cpp.
|
inline |
Definition at line 96 of file user_type.cpp.
|
inline |
Definition at line 87 of file user_type.cpp.
|
inline |
Definition at line 89 of file user_type.cpp.
|
inline |
Definition at line 105 of file user_type.cpp.
|
inline |
Definition at line 102 of file user_type.cpp.
|
inline |
Definition at line 113 of file user_type.cpp.
|
friend |
Definition at line 119 of file user_type.cpp.
Scalar CustomType< Scalar >::m_value |
Definition at line 126 of file user_type.cpp.