#include "cdbcharactervector.h"#include <iostream>#include <string>#include "unicode/unistr.h"Go to the source code of this file.
Data Structures | |
| class | CDBstring |
| The CDB abstract string class. More... | |
Defines | |
| #define | _CDBSTRING_H 1 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CDBstring &s) |
| std::ostream extension for CDBstring. | |
|
|
|
|
||||||||||||
|
std::ostream extension for CDBstring. This operator is needed for supporting string literals represented by CDBstring in stl ostream class. This operator uses CDBstring::toAscii() method for character conversion. |
1.4.4