#include <sortflts.h>
Public Member Functions | |
| SORTED_FLOATS () | |
| void | add (float value, inT32 key) |
| void | remove (inT32 key) |
| float | operator[] (inT32 index) |
| SORTED_FLOATS::SORTED_FLOATS | ( | ) | [inline] |
| void SORTED_FLOATS::add | ( | float | value, | |
| inT32 | key | |||
| ) |
| float SORTED_FLOATS::operator[] | ( | inT32 | index | ) |
| void SORTED_FLOATS::remove | ( | inT32 | key | ) |
1.6.3