Format unix time stamps as strings through the function strftime and then output the leading portion as a floating-point number.
More...
#include <qExpr.h>
Public Member Functions | |
| virtual formatUnixTime * | dup () const |
| Duplicate thyself. Should follow deep-copy semantics. | |
| virtual std::string | eval (double) const |
| Evaluate the function on the given argument. | |
| formatUnixTime (const char *f, const char *z=0) | |
| formatUnixTime (const formatUnixTime &rhs) | |
| virtual void | printDecoration (std::ostream &) const |
| Print the decoration on this function. | |
| virtual void | printName (std::ostream &) const |
| Print the name of this function. | |
Format unix time stamps as strings through the function strftime and then output the leading portion as a floating-point number.
|
| |