coal 3.0.2
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
Loading...
Searching...
No Matches
memory.h File Reference

Go to the source code of this file.

Classes

struct  coal::internal::memory_footprint_evaluator< T >

Namespaces

namespace  coal
 Main namespace.
namespace  coal::internal

Functions

template<typename T>
size_t coal::computeMemoryFootprint (const T &object)
 Returns the memory footpring of the input object. For POD objects, this function returns the result of sizeof(T)