Blender V2.61 - r43446

KDL::TI< T > Class Template Reference

#include <utility.h>

List of all members.

Public Types

typedef const T & Arg
 Arg is used for passing the element to a function.

Detailed Description

template<class T>
class KDL::TI< T >

Auxiliary class for argument types (Trait-template class )

Is used to pass doubles by value, and arbitrary objects by const reference. This is TWICE as fast (2 x less memory access) and avoids bugs in VC6++ concerning the assignment of the result of intrinsic functions to const double&-typed variables, and optimization on.

Definition at line 142 of file utility.h.


Member Typedef Documentation

template<class T>
typedef const T& KDL::TI< T >::Arg

Arg is used for passing the element to a function.

Definition at line 145 of file utility.h.


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