Go to the source code of this file.
Classes | |
struct | hpp::fcl::internal::memory_footprint_evaluator< T > |
Namespaces | |
hpp | |
Main namespace. | |
hpp::fcl | |
hpp::fcl::internal | |
Functions | |
template<typename T > | |
size_t | hpp::fcl::computeMemoryFootprint (const T &object) |
Returns the memory footpring of the input object. For POD objects, this function returns the result of sizeof(T) More... | |