ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

numbers.h File Reference
#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.

Classes

class  ucommon::Number
 number manipulation. More...
 
class  ucommon::ZNumber
 zero filled number manipulation. More...
 

Namespaces

 ucommon
 

Typedefs

typedef Number ucommon::number_t
 
typedef ZNumber ucommon::znumber_t
 

Functions

template<typename T >
const T ucommon::abs (const T &value)
 
template<typename T >
const T() ucommon::min (const T &v1, const T &v2)
 
template<typename T >
const T() ucommon::max (const T &v1, const T &v2)
 

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.