
The STL string class. Use with #include <string>
More...
#include </home/tmp/saliency-10932/saliency/doc/input/dummySTL.H>


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. | |
The STL string class. Use with #include <string>
STL class.
std::string is actually std::basic_string<char>. See SGI's documentation of std::basic_string.
Definition at line 63 of file dummySTL.H.
1.6.3