| Public Types | |
| typedef std::basic_ostream< UniChar > | uostream | 
| Public Member Functions | |
| UniCharMessageBuffer () | |
| Creates a new instance. | |
| ~UniCharMessageBuffer () | |
| Destructor. | |
| UniCharMessageBuffer & | operator<< (const std::basic_string< UniChar > &msg) | 
| Appends string to buffer. | |
| UniCharMessageBuffer & | operator<< (const UniChar *msg) | 
| Appends string to buffer. | |
| UniCharMessageBuffer & | operator<< (UniChar *msg) | 
| Appends string to buffer. | |
| UniCharMessageBuffer & | operator<< (const UniChar msg) | 
| Appends character to buffer. | |
| UniCharMessageBuffer & | operator<< (const CFStringRef &msg) | 
| Appends a string into the buffer and fixes the buffer to use char characters. | |
| uostream & | operator<< (ios_base_manip manip) | 
| Insertion operator for STL manipulators such as std::fixed. | |
| uostream & | operator<< (bool val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (short val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (int val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (unsigned int val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (long val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (unsigned long val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (float val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (double val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (long double val) | 
| Insertion operator for built-in type. | |
| uostream & | operator<< (void *val) | 
| Insertion operator for built-in type. | |
| operator uostream & () | |
| Cast to ostream. | |
| const std::basic_string< UniChar > & | str (uostream &os) | 
| Get content of buffer. | |
| const std::basic_string< UniChar > & | str (UniCharMessageBuffer &buf) | 
| Get content of buffer. | |
| bool | hasStream () const | 
| Returns true if buffer has an encapsulated STL stream. | |
| 
 | 
| 
 | 
| 
 | 
| Creates a new instance. 
 | 
| 
 | 
| Destructor. 
 | 
| 
 | 
| Returns true if buffer has an encapsulated STL stream. 
 
 | 
| 
 | 
| Cast to ostream. 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for built-in type. 
 
 
 | 
| 
 | 
| Insertion operator for STL manipulators such as std::fixed. 
 
 
 | 
| 
 | 
| Appends a string into the buffer and fixes the buffer to use char characters. 
 
 
 | 
| 
 | 
| Appends character to buffer. 
 
 
 | 
| 
 | 
| Appends string to buffer. 
 
 
 | 
| 
 | 
| Appends string to buffer. 
 
 
 | 
| 
 | 
| Appends string to buffer. 
 
 
 | 
| 
 | 
| Get content of buffer. 
 
 | 
| 
 | 
| Get content of buffer. 
 
 |