asdm::Character Class Reference

#include <Character.h>

List of all members.


Detailed Description

A collection of static classes to perform conversions between strings and char values.


Static Public Member Functions

static unsigned char parseCharacter (const string &s)
static string toString (unsigned char c)


Member Function Documentation

static unsigned char asdm::Character::parseCharacter ( const string &  s  )  [static]

Returns the first character of s or 0 if s has a null length.

Parameters:
s a string
Returns:
an unsigned char

static string asdm::Character::toString ( unsigned char  c  )  [static]

Returns a string constructed from a the char passed as parameter.

Parameters:
c a char
Returns:
a string


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:49 2007 for ASDM C++ Implementation by  doxygen 1.5.1