#include <lestes/common.hh>
#include <lestes/std/ucn_traits.hh>
#include <string>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
| namespace | lestes |
| namespace | lestes::std |
Classes | |
| class | lestes::std::ucn_string |
| String of ucn characters. More... | |
Typedefs | |
| typedef ::std::basic_string< ucn > | lestes::std::basic_ucn_string |
| Defines templated predecessor of ucn string. | |
Functions | |
| ::std::ostream & | lestes::std::operator<< (::std::ostream &os, const ucn_string &us) |
| Prints ucn string to stream. | |
Declaration of standard string template specialized for ucn character type.
Definition in file ucn_string.hh.
1.5.1-20070107