std::set< Key, Compare, Alloc > Class Template Reference
The STL set container class. Use with #include <set>
More...
#include </home/tmp/saliency-10932/saliency/doc/input/dummySTL.H>
List of all members.
Classes |
class | const_iterator |
| STL iterator class.
|
class | const_reverse_iterator |
| STL iterator class.
|
class | iterator |
| STL iterator class.
|
class | reverse_iterator |
| STL iterator class.
|
Public Attributes |
Key | keys |
Compare | comparator |
Alloc | allocator |
Detailed Description
template<class Key, class Compare, class Alloc>
class std::set< Key, Compare, Alloc >
The STL set container class. Use with #include <set>
STL class.
See SGI's documentation of std::set.
Definition at line 37 of file dummySTL.H.
The documentation for this class was generated from the following files: