ucommon/numbers.h File Reference

Support classes for manipulation of numbers as strings. More...

#include <ucommon/platform.h>
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  ucc::Number
 A number manipulation class. More...
class  ucc::ZNumber
 A number manipulation class that maintains a zero lead filled string. More...

Namespaces

namespace  ucc
 

Common namespace for all ucommon objects.


Typedefs

typedef Number ucc::number_t
 A convenience type for number.
typedef ZNumber ucc::znumber_t
 A convenience type for znumber.

Functions

template<typename T >
ucc::abs (T &value)
 Template for absolute value of a type.
template<typename T >
T() ucc::max (T &v1, T &v2)
 Template for max value of a type.
template<typename T >
T() ucc::min (T &v1, T &v2)
 Template for min value of a type.

Detailed Description

Support classes for manipulation of numbers as strings.

This is used for things which parse numbers out of strings, such as in the date and time classes. Other useful math related functions, templates, and macros may also be found here.

Definition in file numbers.h.

Generated by  doxygen 1.6.2-20100208