Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
numbers.h File Reference

Numbers and dates manipulation. More...

#include <cc++/thread.h>
#include <cc++/missing.h>
#include <cc++/strchar.h>
#include <cc++/string.h>
#include <ctime>
Include dependency graph for numbers.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Numbers and dates manipulation.

Definition in file numbers.h.