man numbers.h (Fonctions bibliothèques) - Numbers and dates manipulation.

NAME

numbers.h - Numbers and dates manipulation.

SYNOPSIS



#include <cc++/thread.h>

#include <cc++/missing.h>

#include <cc++/strchar.h>

#include <cc++/string.h>

#include <ctime>

Namespaces

namespace ost

Classes

class ost::Number

A number manipulation class.number manipulation. class ost::ZNumber

class ost::Date

The Date class uses a julian date representation of the current year, month, and day.julian number based date class. class ost::Time

The Time class uses a integer representation of the current time.Integer based time class. 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.Integer based time class. class ost::DateNumber

A number class that manipulates a string buffer that is also a date.a number that is also a date string.

Detailed Description

Numbers and dates manipulation.

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.