#include <INDEX.H>
Public Member Functions | |
| IndexClass (void) | |
| ~IndexClass (void) | |
| bool | Add_Index (INDEX const &id, T const &data) |
| bool | Remove_Index (INDEX const &id) |
| bool | Is_Present (INDEX const &id) const |
| int | Count (void) const |
| T const & | operator[] (INDEX const &id) const |
| T const & | Fetch_By_Position (int id) const |
| INDEX const | Fetch_ID_By_Position (int pos) const |
| void | Clear (void) |
| IndexClass (void) | |
| ~IndexClass (void) | |
| bool | Add_Index (int id, T data) |
| bool | Remove_Index (int id) |
| bool | Is_Present (int id) const |
| int | Count (void) const |
| T | Fetch_Index (int id) const |
| void | Clear (void) |
| IndexClass< T >::IndexClass | ( | void | ) |
| IndexClass< T >::~IndexClass | ( | void | ) |
| IndexClass< INDEX, T >::IndexClass | ( | void | ) |
| IndexClass< INDEX, T >::~IndexClass | ( | void | ) |
| bool IndexClass< INDEX, T >::Add_Index | ( | INDEX const & | id, |
| T const & | data ) |
| bool IndexClass< T >::Add_Index | ( | int | id, |
| T | data ) |
| void IndexClass< T >::Clear | ( | void | ) |
| void IndexClass< INDEX, T >::Clear | ( | void | ) |
| int IndexClass< T >::Count | ( | void | ) | const |
| int IndexClass< INDEX, T >::Count | ( | void | ) | const |
| T const & IndexClass< INDEX, T >::Fetch_By_Position | ( | int | id | ) | const |
|
inline |
| T IndexClass< T >::Fetch_Index | ( | int | id | ) | const |
| bool IndexClass< INDEX, T >::Is_Present | ( | INDEX const & | id | ) | const |
| bool IndexClass< T >::Is_Present | ( | int | id | ) | const |
| T const & IndexClass< INDEX, T >::operator[] | ( | INDEX const & | id | ) | const |
| bool IndexClass< INDEX, T >::Remove_Index | ( | INDEX const & | id | ) |
| bool IndexClass< T >::Remove_Index | ( | int | id | ) |