#include <FTList.h>
Definition at line 10 of file FTList.h.
Public Types | |
typedef FT_LIST_ITEM_TYPE | value_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef size_t | size_type |
Public Member Functions | |
FTList () | |
Constructor. | |
~FTList () | |
Destructor. | |
size_type | size () const |
Get the number of items in the list. | |
void | push_back (const value_type &item) |
Add an item to the end of the list. | |
reference | front () const |
Get the item at the front of the list. | |
reference | back () const |
Get the item at the end of the list. |
|
|
|
|
|
|
|
|
|
Constructor.
|
|
Destructor.
|
|
Get the item at the end of the list.
Definition at line 82 of file FTList.h. Referenced by FTMesh::Combine(). |
|
Get the item at the front of the list.
|
|
Add an item to the end of the list.
Definition at line 54 of file FTList.h. Referenced by FTMesh::Combine(). |
|
Get the number of items in the list.
|