Read-Write array definition.
More...
#include <Array.hpp>
|
|
| 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 () |
| |
|
|
T *const | Data |
| |
|
std::size_t | Size |
| |
template<typename T>
class ACQUA::Array< T >
Read-Write array definition.
- Template Parameters
-
The documentation for this class was generated from the following file: