casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions | Static Public Attributes
asdm::Short Class Reference

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

#include <ShortWrapper.h>

List of all members.

Static Public Member Functions

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

Static Public Attributes

static const short MIN_VALUE
 The minimum value for a short integer.
static const short MAX_VALUE
 The maximum value for a short integer.

Detailed Description

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

Definition at line 39 of file ShortWrapper.h.


Member Function Documentation

static short asdm::Short::parseShort ( const string &  s) throw (NumberFormatException) [static]

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

static short asdm::Short::parseShort ( const string &  s) throw (NumberFormatException) [static]

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

static string asdm::Short::toString ( short  s) [static]

Encode a short integer value into its string representation.

Parameters:
sthe short integer value to be encoded.
Returns:
the string representing the short integer value passed as parameter.
static string asdm::Short::toString ( short  s) [static]

Encode a short integer value into its string representation.

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

Member Data Documentation

static const short asdm::Short::MAX_VALUE [static]

The maximum value for a short integer.

Definition at line 63 of file ShortWrapper.h.

static const short asdm::Short::MIN_VALUE [static]

The minimum value for a short integer.

Definition at line 58 of file ShortWrapper.h.


The documentation for this class was generated from the following files: