|
NeuroLab
|
Small queue. More...

Public Member Functions | |
| const T & | operator[] (const int &index) const |
| get data point More... | |
Small queue.
Class for storing basic data types in a simple queue. Push and pop work via << and >>, and += is defined. If you want something better, use the STL queue.
|
inline |
get data point
Retrieve data.
| index | Index of data to use. The index is always relative to the current position, and can be negative. |