|
FougTools
0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
|
#include "num_traits.h"Go to the source code of this file.
Classes | |
| struct | math::VecAccessTag |
| Base class for tag dispatching on how to access vector coordinates. More... | |
| struct | math::StlIteratorVecAccessTag |
| Tag dispatch for STL iterator interface. More... | |
| struct | math::FuncIteratorVecAccessTag |
| Tag dispatch for iterator interface provided by static functions. More... | |
| struct | math::PointerVecAccessTag |
| Tag dispatch for vector coordinates to be accessed with a static constPointer() function. More... | |
| struct | math::StdArrayVecAccessTag |
| Tag dispatch for vector coordinates to be accessed with a temporary std::array<> object. More... | |
| struct | math::VecTraits< VEC > |
| Type traits on vector types. More... | |
| struct | math::VecAccess< VEC > |
| Empty generic class to be specialized by vector type. More... | |
Namespaces | |
| math | |
1.8.8