GNU CommonC++
|
Numbers and dates manipulation. More...
#include <cc++/thread.h>
#include <cc++/missing.h>
#include <cc++/strchar.h>
#include <cc++/string.h>
#include <ctime>
Go to the source code of this file.
Classes | |
class | ost::Number |
A number manipulation class. More... | |
class | ost::ZNumber |
class | ost::Date |
The Date class uses a julian date representation of the current year, month, and day. More... | |
class | ost::Time |
The Time class uses a integer representation of the current time. More... | |
class | ost::Datetime |
The Datetime class uses a julian date representation of the current year, month, and day and a integer representation of the current time. More... | |
class | ost::DateNumber |
A number class that manipulates a string buffer that is also a date. More... | |
Namespaces | |
ost | |
Numbers and dates manipulation.