|
GLStats
0.1.0
|
Basic type definitions not provided by the operating system. More...
Classes | |
| class | Data |
| The data storage. More... | |
| struct | Entity |
| One statistics entity. More... | |
| struct | Item |
| One statistics item. More... | |
| class | Renderer |
| The default renderer. More... | |
| struct | Thread |
| One statistics thread. More... | |
| struct | Type |
| One statistics type. More... | |
| class | Version |
| Information about the current GLStats version. More... | |
Typedefs | |
| typedef std::deque< Item > | Items |
| typedef std::map< uint32_t, Type > | TypeMap |
| typedef TypeMap::const_iterator | TypeMapCIter |
| typedef std::vector< Type > | Types |
| typedef Types::const_iterator | TypesCIter |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Item &item) |
Basic type definitions not provided by the operating system.
1.8.1.2