Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
Rapicorn::AlignedArray< T, ALIGNMENT > Class Template Reference

Class to maintain an array of aligned memory. More...

#include <memory.hh>

List of all members.

Public Member Functions

 AlignedArray (const vector< T > &elements)
 AlignedArray (size_t n_elements)
T & operator[] (size_t pos)
const T & operator[] (size_t pos) const
size_t size () const

Detailed Description

template<class T, int ALIGNMENT>
class Rapicorn::AlignedArray< T, ALIGNMENT >

Class to maintain an array of aligned memory.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines