This class is designed to support insertion operations in the message argument to the LOG4CXX_INFO and similar macros and is not designed for general purpose use.
More...
List of all members.
Detailed Description
This class is designed to support insertion operations in the message argument to the LOG4CXX_INFO and similar macros and is not designed for general purpose use.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Returns true if buffer has an encapsulated STL stream.
- Returns:
- true if STL stream was created.
uostream& operator<< |
( |
unsigned int |
val |
) |
|
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Appends string to buffer.
- Parameters:
-
- Returns:
- this buffer.
Appends character to buffer.
- Parameters:
-
- Returns:
- this buffer.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
uostream& operator<< |
( |
long double |
val |
) |
|
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
uostream& operator<< |
( |
unsigned long |
val |
) |
|
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Appends a string into the buffer and fixes the buffer to use char characters.
- Parameters:
-
- Returns:
- encapsulated CharMessageBuffer.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for built-in type.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Insertion operator for STL manipulators such as std::fixed.
- Parameters:
-
- Returns:
- encapsulated STL stream.
Appends string to buffer.
- Parameters:
-
- Returns:
- this buffer.
Appends string to buffer.
- Parameters:
-
- Returns:
- this buffer.
Get content of buffer.
- Parameters:
-
| buf | used only to signal that the embedded stream was not used. |
Get content of buffer.
- Parameters:
-
| os | used only to signal that the embedded stream was used. |
The documentation for this class was generated from the following file: