StringList Class Reference
[Unicode]
List of unicode capable strings.
More...
#include <Pt/StringList.h>
List of all members.
|
Public Types |
typedef std::list< Pt::String >
::iterator | Iterator |
typedef std::list< Pt::String >
::const_iterator | ConstIterator |
Detailed Description
This class is a convenience class which is derived from std::list and specialized for containing
Pt::String.
See std::list for more details.