libtime++: Date and time calculation
testtime++.cc File Reference
#include "libtime++.h"
#include <iostream>
Include dependency graph for testtime++.cc:

Go to the source code of this file.

Macros

#define PRINTVALUE(V)   cout << #V << ":\n " << string(V) << endl;
 

Functions

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 ()