asdm::Integer Class Reference

#include <IntegerWrapper.h>

List of all members.

Static Public Member Functions

static int parseInt (const string &s) throw (NumberFormatException)
 A collection of static methods to perform conversions between strings and integer values.
static string toString (int i)
 Encode an integer value into its string representation.

Static Public Attributes

static const int MIN_VALUE
 The minimum value for an integer.
static const int MAX_VALUE
 The maximum value for an integer.

Detailed Description

Definition at line 36 of file IntegerWrapper.h.


Member Function Documentation

static int asdm::Integer::parseInt ( const string &  s  )  throw (NumberFormatException) [static]

A collection of static methods to perform conversions between strings and integer values.

Parse a string supposed to represent an integer value and returns this value.

Parameters:
s the string to parse
Returns:
an int.
Exceptions:
NumberFormatException. 
static string asdm::Integer::toString ( int  i  )  [static]

Encode an integer value into its string representation.

Parameters:
i the integer value to be encoded.
Returns:
the string representing the integer value passed as parameter.

Member Data Documentation

const int asdm::Integer::MAX_VALUE [static]

The maximum value for an integer.

Definition at line 65 of file IntegerWrapper.h.

const int asdm::Integer::MIN_VALUE [static]

The minimum value for an integer.

Definition at line 60 of file IntegerWrapper.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1