Files | |
| file | sharelib.h |
| Share library interface. | |
Classes | |
| class | Share::Vector< TItem, TAllocator > |
| STL vector. More... | |
| class | Share::String< TAllocator > |
| STL string. More... | |
| struct | Share::Pair< TFirst, TSecond > |
| STL pair. More... | |
| class | Share::Map< TKey, TValue, TAllocator > |
| STL map. More... | |
| class | Share::Map< TKey, TValue, TAllocator >::const_iterator |
| STL map const_iterator equivalent. More... | |
Containers can be used with std::allocator (default behavior) or with Share::Allocator.
1.5.2