#include "CTBlog.hxx"
Public Methods | |
CTBlogLine () | |
CTBlogLine (const char *c_message) | |
void | ToStream (ostream &os) const |
Private Attributes | |
const char * | mc_message |
Related Functions | |
(Note that these are not member functions.) | |
ostream & | operator<< (ostream &os, const CTBlogLine &obj) |
Definition at line 43 of file CTBlog.hxx.
|
Default constructor.
Definition at line 53 of file CTBlog.icc. |
|
Construct from message text.
Definition at line 60 of file CTBlog.icc. |
|
ostream insertion.
Definition at line 83 of file CTBlog.cxx. Referenced by operator<<().
|
|
ostream insertion operator.
Definition at line 70 of file CTBlog.icc. |
|
pointer to message text.
Definition at line 52 of file CTBlog.hxx. |