|
MongoDB
2.0.3
|
Classes | |
| class | iterator |
Public Member Functions | |
| FastArray (int capacity=10000) | |
| void | clear () |
| T & | operator[] (int x) |
| T & | getNext () |
| void | push_back (const T &t) |
| void | sort (int(*comp)(const void *, const void *)) |
| int | size () |
| bool | hasSpace () |
| iterator | begin () |
| iterator | end () |
1.8.0