ML Reference
ml::FloatingPointVectorDataContainerBase< DT, size > Class Template Reference

Base class of the FloatingPointVector class which holds the data buffer. More...

#include <mlFloatingPointVector.h>

Inheritance diagram for ml::FloatingPointVectorDataContainerBase< DT, size >:
ml::FloatingPointVector< DT, 10 > ml::FloatingPointVector< DT, 16 > ml::FloatingPointVector< DT, 32 > ml::FloatingPointVector< DT, 4 > ml::FloatingPointVector< DT, 5 > ml::FloatingPointVector< DT, 6 > ml::FloatingPointVector< DT, 64 > ml::FloatingPointVector< DT, 7 > ml::FloatingPointVector< DT, 8 > ml::FloatingPointVector< DT, 9 >

List of all members.

Protected Attributes

DT _buffer [size]

Detailed Description

template<class DT, size_t size>
class ml::FloatingPointVectorDataContainerBase< DT, size >

Base class of the FloatingPointVector class which holds the data buffer.

Definition at line 34 of file mlFloatingPointVector.h.


Member Data Documentation

template<class DT, size_t size>
DT ml::FloatingPointVectorDataContainerBase< DT, size >::_buffer[size] [protected]

Definition at line 37 of file mlFloatingPointVector.h.


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