casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions | Static Public Attributes
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 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:
sthe string to parse
Returns:
an int.
Exceptions:
NumberFormatException.
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:
sthe 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:
ithe integer value to be encoded.
Returns:
the string representing the integer value passed as parameter.
static string asdm::Integer::toString ( int  i) [static]

Encode an integer value into its string representation.

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

Member Data Documentation

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

The maximum value for an integer.

Definition at line 65 of file IntegerWrapper.h.

static 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 files: