logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

numbers.h - Numbers and dates manipulation.

Author

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

GNU CommonC++                                    Sun Dec 27 2020                                    numbers.h(3)

Detailed Description

       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>

   Classes
       class ost::Number
           A number manipulation class.
       class ost::ZNumber
       class ost::Date
           The Date class uses a julian date representation of the current year, month, and day.
       class ost::Time
           The Time class uses a integer representation of the current time.
       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.
       class ost::DateNumber
           A number class that manipulates a string buffer that is also a date.

   Namespacesost

See Also