#include <sortflts.h>
Public Member Functions | |
SORTED_FLOATS () | |
SORTED_FLOATS::add | |
void | add (float value, inT32 key) |
SORTED_FLOATS::remove | |
void | remove (inT32 key) |
SORTED_FLOATS::operator[] | |
float | operator[] (inT32 index) |
SORTED_FLOATS::SORTED_FLOATS | ( | ) | [inline] |
empty constructor
void SORTED_FLOATS::add | ( | float | value, | |
inT32 | key | |||
) |
add sample
value | sample float | |
key | retrieval key |
float SORTED_FLOATS::operator[] | ( | inT32 | index | ) |
index to list
index | item to get |
void SORTED_FLOATS::remove | ( | inT32 | key | ) |
delete sample
key | key to delete |