|
|
|
|
|
std::map< Key, T > Class Template ReferenceFake STL map class.
More...
#include <doxygen_fake_stl.h>
Collaboration diagram for std::map< Key, T >:
[legend]List of all members.
|
Public Attributes |
Key | key |
T | value |
Detailed Description
template<class Key, class T>
class std::map< Key, T >
Fake STL map class.
Used to make sure collaboration graphs are generated correctly - See also:
- std::vector, std::map
The documentation for this class was generated from the following file:
|
|