#include "libtime++.h"
#include <iostream>
Go to the source code of this file.
|
| #define | PRINTVALUE(V) cout << #V << ":\n " << string(V) << endl; |
| |
|
| template<class X > |
| void | init_from_string (const std::string &Initializer) |
| |
| void | Ainit_from_value (const long int &year, const long int &month, const long int &day, const long int &hour=0, const long int &minute=0, const long int &second=0, const long int &milsec=0, const long int &micsec=0) |
| |
| void | Rinit_from_value (const long int &days, const long int &hour=0, const long int &minute=0, const long int &second=0, const long int &milsec=0, const long int &micsec=0) |
| |
| void | init_from_seconds (const double &seconds) |
| |
| int | main () |
| |