hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/util/str.H>
#include <string>
#include <string.h>
#include <sstream>
#include <ctime>
Go to the source code of this file.
Namespaces | |
hobbes | |
Functions | |
long | hobbes::readTimespan (std::string s) |
long | hobbes::readTimespan (const str::seq &ss) |
std::string | hobbes::showTimespan (long ts) |
long | hobbes::mkTime (int h, int m, int s, int u) |
long | hobbes::readTime (const std::string &x) |
std::string | hobbes::showTime (long x) |
long | hobbes::mkDateTime (int y, int mon, int d, int h, int min, int s, int u) |
long | hobbes::timeFromDateTime (long x) |
long | hobbes::dateFromDateTime (long x) |
long | hobbes::readDateTime (const std::string &x) |
std::string | hobbes::showDateTime (long x) |