StaticSizedAllocator< Size, Precision > Class Template Reference
[TooN internals]

This allocator object sets aside memory for a statically sized object. It will put all the data on the stack if there are less then TooN::max_bytes_on_stack of data, otherwise it will use new/delete. More...

#include <allocator.hh>

Inheritance diagram for StaticSizedAllocator< Size, Precision >:
VectorAlloc< Size, Precision > GenericVBase< Size, Precision, 1, VectorAlloc< Size, Precision > > VLayout< Size, Precision >

Detailed Description

template<int Size, class Precision>
class TooN::Internal::StaticSizedAllocator< Size, Precision >

This allocator object sets aside memory for a statically sized object. It will put all the data on the stack if there are less then TooN::max_bytes_on_stack of data, otherwise it will use new/delete.

For internal use only.

Generated on Wed Nov 3 16:15:54 2010 for TooN by  doxygen 1.6.3