Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | check_stdlist_matrix (const MatrixType &m) |
template<typename QuaternionType > | |
void | check_stdlist_quaternion (const QuaternionType &) |
template<typename TransformType > | |
void | check_stdlist_transform (const TransformType &) |
EIGEN_DECLARE_TEST (stdlist_overload) | |
template<class Container , class Position > | |
Container::iterator | get (Container &c, Position position) |
template<class Container , class Position , class Value > | |
void | set (Container &c, Position position, const Value &value) |
void check_stdlist_matrix | ( | const MatrixType & | m | ) |
Definition at line 45 of file stdlist_overload.cpp.
void check_stdlist_quaternion | ( | const QuaternionType & | ) |
Definition at line 126 of file stdlist_overload.cpp.
void check_stdlist_transform | ( | const TransformType & | ) |
Definition at line 86 of file stdlist_overload.cpp.
EIGEN_DECLARE_TEST | ( | stdlist_overload | ) |
Definition at line 165 of file stdlist_overload.cpp.
Container::iterator get | ( | Container & | c, |
Position | position | ||
) |
Definition at line 29 of file stdlist_overload.cpp.
void set | ( | Container & | c, |
Position | position, | ||
const Value & | value | ||
) |
Definition at line 37 of file stdlist_overload.cpp.