#include <tnt_vec.h>
Public Types | |
typedef Subscript | size_type |
typedef T | value_type |
typedef T | element_type |
typedef T* | pointer |
typedef T* | iterator |
typedef T& | reference |
typedef const T* | const_iterator |
typedef const T& | const_reference |
Public Methods | |
Subscript | lbound () const |
iterator | begin () |
iterator | end () |
const iterator | begin () const |
const iterator | end () const |
~Vector () | |
Vector () | |
Vector (const Vector< T > &A) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|