HosrDiretta
Loading...
Searching...
No Matches
ACQUA::ArrayStack< T, si > Class Template Reference

Stack allocated array definition. More...

#include <Array.hpp>

Inheritance diagram for ACQUA::ArrayStack< T, si >:
ACQUA::Array< T >

Protected Attributes

SData [si]
 
- Protected Attributes inherited from ACQUA::Array< T >
T *const Data
 
std::size_t Size
 

Additional Inherited Members

- Public Member Functions inherited from ACQUA::Array< T >
 Array (T *d, std::size_t s)
 
T * begin ()
 
const T * begin () const
 
T * end ()
 
const T * end () const
 
std::size_t size () const
 
T & operator[] (std::size_t i)
 
const T & operator[] (std::size_t i) const
 
 operator Array_const< T > () const
 
bool empty ()
 

Detailed Description

template<typename T, std::size_t si>
class ACQUA::ArrayStack< T, si >

Stack allocated array definition.

Template Parameters
TElement type
siSize of the array

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