Bayonne2 / Common C++ 2 Framework
|
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.
Data Structures | |
class | Number |
A number manipulation class. More... | |
class | ZNumber |
class | Date |
The Date class uses a julian date representation of the current year, month, and day. More... | |
class | Time |
The Time class uses a integer representation of the current time. More... | |
class | 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 | DateNumber |
A number class that manipulates a string buffer that is also a date. More... | |
Numbers and dates manipulation.
Definition in file numbers.h.