FACT++  1.0
_time_format Class Reference

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)
 

Detailed Description

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.

Definition at line 17 of file Time.h.


The documentation for this class was generated from the following file: