$search
A reference to T. More...
#include <jacobianexpr.hpp>
Public Types | |
typedef T::derivType | derivType |
typedef T::exprType | exprType |
typedef T::valueType | valueType |
Public Member Functions | |
INLINE derivType | deriv (int i) const |
INLINE JacobianBitset | getDerivs () const |
INLINE bool | hasDeriv (int i) const |
INLINE int | nrOfDeriv () const |
Ref< T > & | operator= (const Ref< T > &arg) |
INLINE | Ref (const Ref< T > &arg) |
INLINE | Ref (const T &_ref) |
INLINE valueType | value () const |
Public Attributes | |
const T * | ref |
A reference to T.
Replaces T such that a pointer to T is copied instead of copying T itself.
Definition at line 49 of file jacobianexpr.hpp.
Definition at line 52 of file jacobianexpr.hpp.
Definition at line 51 of file jacobianexpr.hpp.
Definition at line 53 of file jacobianexpr.hpp.
Definition at line 57 of file jacobianexpr.hpp.
Definition at line 58 of file jacobianexpr.hpp.
Definition at line 62 of file jacobianexpr.hpp.
INLINE JacobianBitset KDL::Ref< T >::getDerivs | ( | ) | const [inline] |
Definition at line 71 of file jacobianexpr.hpp.
INLINE bool KDL::Ref< T >::hasDeriv | ( | int | i | ) | const [inline] |
Definition at line 74 of file jacobianexpr.hpp.
INLINE int KDL::Ref< T >::nrOfDeriv | ( | ) | const [inline] |
Definition at line 68 of file jacobianexpr.hpp.
Definition at line 59 of file jacobianexpr.hpp.
Definition at line 65 of file jacobianexpr.hpp.
Definition at line 54 of file jacobianexpr.hpp.