#include <commonc++/Common.h++>#include <commonc++/BasicString.h++>

Go to the source code of this file.
Namespaces | |
| namespace | ccxx |
Typedefs | |
| typedef BasicString< char > | String |
| An ASCII String. | |
| typedef BasicStringVec< char > | StringVec |
| A String vector. | |
| typedef BasicString< wchar_t > | WString |
| A wide (Unicode) String. | |
| typedef BasicStringVec< wchar_t > | WStringVec |
| A WString vector. | |
1.5.9