Slice Tools
Home
SourceForge Page
libFoundation
Home
Class Hierarchy
Class List
Class Members
Examples

|
|
LogStreamBuf Class Reference#include <LogCategory.hh>
Inheritance diagram for LogStreamBuf:
List of all members.
Detailed Description
Derives from stringbuf so that sync messages can be intercepted.
|
Public Member Functions |
| | LogStreamBuf (LogCategory *category) |
| | Calls the stringbuf initializer, sets the category.
|
| int | sync () |
| | Reports the sync to the category, and passes the sync to the stringbuf.
|
Constructor & Destructor Documentation
|
|
Calls the stringbuf initializer, sets the category.
|
Member Function Documentation
| int LogStreamBuf::sync |
( |
|
) |
|
|
|
|
Reports the sync to the category, and passes the sync to the stringbuf.
|
The documentation for this class was generated from the following files:
|