seq1d< C, I, N > Struct Template Reference

List of all members.

Detailed Description

template<class C, class I, class N = unsigned int>
struct seq1d< C, I, N >

Unidimensional array of coefficients with a size.

Definition at line 22 of file seq1d.h.

Public Types

typedef C value_type
typedef N size_type
typedef I iterator
typedef iterator const_iterator
typedef std::reverse_iterator<
const_iterator
const_reverse_iterator
typedef std::reverse_iterator<
iterator
reverse_iterator

Public Member Functions

 seq1d ()
 seq1d (const seq1d< C, I, N > &v)
 seq1d (size_type n, iterator b, iterator e)
void reserve (size_type n)
void resize (size_type n)
seq1d< C, I, N > & operator= (const seq1d< C, I, N > &v)
size_type size () const
iterator begin ()
iterator begin () const
iterator end ()
iterator end () const
reverse_iterator rbegin ()
const_reverse_iterator rbegin () const
reverse_iterator rend ()
const_reverse_iterator rend () const
C & operator[] (size_type i)
const C & operator[] (size_type i) const

Public Attributes

size_type size_
iterator begin_
iterator end_


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

SYNAPS DOCUMENTATION
logo