asdm::Short Class Reference

#include <Short.h>

List of all members.


Detailed Description

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


Static Public Member Functions

short parseShort (const string &s) throw (NumberFormatException)
string toString (short s)

Static Public Attributes

const short MIN_VALUE
const short MAX_VALUE


Member Function Documentation

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

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

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

Encode a short integer value into its string representation.

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


Member Data Documentation

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

The maximum value for a short integer.

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

The minimum value for a short integer.


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:47 2008 for ASDM C++ Implementation by doxygen 1.3.8