#include <FTVector.h>
Definition at line 10 of file FTVector.h.
Public Types | |
typedef FT_VECTOR_ITEM_TYPE | value_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef value_type * | iterator |
typedef const value_type * | const_iterator |
typedef size_t | size_type |
Public Member Functions | |
FTVector () | |
virtual | ~FTVector () |
FTVector & | operator= (const FTVector &v) |
size_type | size () const |
size_type | capacity () const |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
bool | empty () const |
reference | operator[] (size_type pos) |
const_reference | operator[] (size_type pos) const |
void | clear () |
void | reserve (size_type n) |
void | push_back (const value_type &x) |
void | resize (size_type n, value_type x) |
|
Definition at line 17 of file FTVector.h. |
|
Definition at line 15 of file FTVector.h. |
|
Definition at line 16 of file FTVector.h. |
|
Definition at line 14 of file FTVector.h. |
|
Definition at line 18 of file FTVector.h. |
|
Definition at line 13 of file FTVector.h. |
|
Definition at line 20 of file FTVector.h. |
|
Definition at line 27 of file FTVector.h. |
|
Definition at line 64 of file FTVector.h. |
|
Definition at line 59 of file FTVector.h. Referenced by FTVector< GLuint >::operator=(), and FTGlyphContainer::~FTGlyphContainer(). |
|
Definition at line 54 of file FTVector.h. Referenced by FTVector< GLuint >::operator=(). |
|
Definition at line 94 of file FTVector.h. Referenced by FTGlyphContainer::~FTGlyphContainer(), and FTMesh::~FTMesh(). |
|
Definition at line 79 of file FTVector.h. |
|
Definition at line 74 of file FTVector.h. |
|
Definition at line 69 of file FTVector.h. Referenced by FTVector< GLuint >::operator=(), and FTGlyphContainer::~FTGlyphContainer(). |
|
Definition at line 32 of file FTVector.h. |
|
Definition at line 89 of file FTVector.h. |
|
Definition at line 84 of file FTVector.h. |
|
Definition at line 112 of file FTVector.h. Referenced by FTGlyphContainer::Add(), FTMesh::End(), and FTGlyphContainer::FTGlyphContainer(). |
|
Definition at line 104 of file FTVector.h. Referenced by FTMesh::FTMesh(). |
|
Definition at line 123 of file FTVector.h. |
|
Definition at line 49 of file FTVector.h. Referenced by FTGlyphContainer::Add(), FTContour::FTContour(), FTVector< GLuint >::operator=(), FTMesh::Tesselation(), and FTMesh::~FTMesh(). |