Public Member Functions | Protected Attributes | List of all members
CustomType< Scalar > Struct Template Reference

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
 

Detailed Description

template<typename Scalar>
struct CustomType< Scalar >

Definition at line 13 of file user_type.cpp.

Constructor & Destructor Documentation

template<typename Scalar >
CustomType< Scalar >::CustomType ( )
inline

Definition at line 15 of file user_type.cpp.

template<typename Scalar >
CustomType< Scalar >::CustomType ( const Scalar &  value)
inlineexplicit

Definition at line 17 of file user_type.cpp.

Member Function Documentation

template<typename Scalar >
bool CustomType< Scalar >::operator!= ( const CustomType< Scalar > &  other) const
inline

Definition at line 34 of file user_type.cpp.

template<typename Scalar >
CustomType CustomType< Scalar >::operator* ( const CustomType< Scalar > &  other) const
inline

Definition at line 21 of file user_type.cpp.

template<typename Scalar >
void CustomType< Scalar >::operator*= ( const CustomType< Scalar > &  other)
inline

Definition at line 28 of file user_type.cpp.

template<typename Scalar >
CustomType CustomType< Scalar >::operator+ ( const CustomType< Scalar > &  other) const
inline

Definition at line 22 of file user_type.cpp.

template<typename Scalar >
void CustomType< Scalar >::operator+= ( const CustomType< Scalar > &  other)
inline

Definition at line 26 of file user_type.cpp.

template<typename Scalar >
CustomType CustomType< Scalar >::operator- ( const CustomType< Scalar > &  other) const
inline

Definition at line 23 of file user_type.cpp.

template<typename Scalar >
CustomType CustomType< Scalar >::operator- ( ) const
inline

Definition at line 41 of file user_type.cpp.

template<typename Scalar >
void CustomType< Scalar >::operator-= ( const CustomType< Scalar > &  other)
inline

Definition at line 27 of file user_type.cpp.

template<typename Scalar >
CustomType CustomType< Scalar >::operator/ ( const CustomType< Scalar > &  other) const
inline

Definition at line 24 of file user_type.cpp.

template<typename Scalar >
void CustomType< Scalar >::operator/= ( const CustomType< Scalar > &  other)
inline

Definition at line 29 of file user_type.cpp.

template<typename Scalar >
bool CustomType< Scalar >::operator< ( const CustomType< Scalar > &  other) const
inline

Definition at line 37 of file user_type.cpp.

template<typename Scalar >
bool CustomType< Scalar >::operator<= ( const CustomType< Scalar > &  other) const
inline

Definition at line 36 of file user_type.cpp.

template<typename Scalar >
void CustomType< Scalar >::operator= ( const Scalar &  value)
inline

Definition at line 31 of file user_type.cpp.

template<typename Scalar >
bool CustomType< Scalar >::operator== ( const CustomType< Scalar > &  other) const
inline

Definition at line 33 of file user_type.cpp.

template<typename Scalar >
bool CustomType< Scalar >::operator> ( const CustomType< Scalar > &  other) const
inline

Definition at line 39 of file user_type.cpp.

template<typename Scalar >
bool CustomType< Scalar >::operator>= ( const CustomType< Scalar > &  other) const
inline

Definition at line 38 of file user_type.cpp.

template<typename Scalar >
std::string CustomType< Scalar >::print ( ) const
inline

Definition at line 43 of file user_type.cpp.

Member Data Documentation

template<typename Scalar >
Scalar CustomType< Scalar >::m_value
protected

Definition at line 52 of file user_type.cpp.


The documentation for this struct was generated from the following file:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59