HosrDiretta
Loading...
Searching...
No Matches
ACQUA::Array< T > Class Template Reference

Read-Write array definition. More...

#include <Array.hpp>

Inheritance diagram for ACQUA::Array< T >:
ACQUA::ArrayList< T > ACQUA::ArrayStack< T, si > ACQUA::ArrayStackList< EthernetBuffer *, SendListMax > ACQUA::ArrayStackList< T, si >

Public Member Functions

 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 ()
 

Protected Attributes

T *const Data
 
std::size_t Size
 

Detailed Description

template<typename T>
class ACQUA::Array< T >

Read-Write array definition.

Template Parameters
TElement type

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