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

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

#include <CharacterWrapper.h>

List of all members.

Static Public Member Functions

static unsigned char parseCharacter (const string &s)
 Returns the first character of s or 0 if s has a null length.
static string toString (unsigned char c)
 Returns a string constructed from a the char passed as parameter.
static unsigned char parseCharacter (const string &s)
 Returns the first character of s or 0 if s has a null length.
static string toString (unsigned char c)
 Returns a string constructed from a the char passed as parameter.

Detailed Description

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

Definition at line 40 of file CharacterWrapper.h.


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:
sa string
Returns:
an unsigned char
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:
sa 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:
ca char
Returns:
a string
static string asdm::Character::toString ( unsigned char  c) [static]

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

Parameters:
ca char
Returns:
a string

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