ML Reference
|
Go to the source code of this file.
Classes | |
class | ml::DateTime |
Class for performing date/time arithmetic, comparisons and formatting. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | std |
STL namespace. | |
Functions | |
ostream & | std::operator<< (ostream &s, const ml::DateTime &dt) |
Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second. | |