FACT++
1.0
|
Helper to manipulate the input and output format of a time in a stream. More...
#include <Time.h>
Public Member Functions | |
_time_format (const char *txt) | |
pointer given to the iostreams More... | |
std::string | str () const |
Private Attributes | |
const char * | ptr |
Friends | |
std::ostream & | operator<< (std::ostream &out, const _time_format &f) |
std::istream & | operator>> (std::istream &in, const _time_format &f) |
Helper to manipulate the input and output format of a time in a stream.
This class represents a stream manipulator. It is used to change the input or output format of a Time (or boost::posix_time) object to and from a stream.