#include "CTBlog.hxx"
Public Methods | |
CTBlogHead () | |
void | ToStream (ostream &os) const |
Static Private Attributes | |
int | mi_lastyear = 0 |
int | mi_lastmon = 0 |
int | mi_lastmday = 0 |
Related Functions | |
(Note that these are not member functions.) | |
ostream & | operator<< (ostream &os, const CTBlogHead &obj) |
Definition at line 16 of file CTBlog.hxx.
|
Default constructor.
Definition at line 17 of file CTBlog.icc. |
|
ostream insertion.
Definition at line 28 of file CTBlog.cxx. Referenced by operator<<().
|
|
ostream insertion operator.
Definition at line 26 of file CTBlog.icc. |
|
year of last header write.
Definition at line 55 of file CTBlog.cxx. |
|
month of last header write.
Definition at line 56 of file CTBlog.cxx. |
|
day of last header write.
Definition at line 57 of file CTBlog.cxx. |