FACT++  1.0
const _time_format Time::fmt ( const char *  format = 0)
static

A stream manipulator to set the output/input format.

A stream manipulator which sets the streams Time output format as defined in the argument.

Parameters
formatformat description of the manipulator be returned. For details see the boost documentation or the man page of strftime
Returns
a stream manipulator for the given format
Examples:
time.cc.

Definition at line 415 of file Time.cc.

Referenced by ChatClientImp::ChatClientImp(), GetAsStr(), main(), ReadlineColor::PrintBootMsg(), and SetFromStr().

416 {
417  return format;
418 }

+ Here is the caller graph for this function: