sprint 1-alpha
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
sprint::array< T, N > Struct Template Reference

an array of N elements of T More...

#include <array.h>

List of all members.

Public Types

typedef T * iterator
typedef const T * const_iterator

Public Member Functions

T & operator[] (int n)
 access to inner element
const T & operator[] (int n) const
T * begin ()
 iterator begin
T * end ()
 iterator end

Static Public Member Functions

static int size ()
 return the array size

Public Attributes

data [N]

Detailed Description

template<class T, int N>
struct sprint::array< T, N >

an array of N elements of T


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