AgateLib.DisplayLib.StringTransformer Class Reference

Static class for basic string transformers. More...

Inheritance diagram for AgateLib.DisplayLib.StringTransformer:

AgateLib.DisplayLib.StringTransformer.StringTransformer.Trans_NoTransformation AgateLib.DisplayLib.StringTransformer.StringTransformer.Trans_ToLowerCase AgateLib.DisplayLib.StringTransformer.StringTransformer.Trans_ToUpperCase

List of all members.

Classes

class  Trans_NoTransformation
 Class which does not do any transformation. More...
class  Trans_ToLowerCase
 Class which converts string to lower case. More...
class  Trans_ToUpperCase
 Class which converts string to upper case. More...

Public Member Functions

abstract string Transform (string text)
 Method which is called to actually convert the string.

Static Public Attributes

static readonly StringTransformer None = new Trans_NoTransformation()
 Object which does no transformation.
static readonly StringTransformer ToUpper = new Trans_ToUpperCase()
 Object which converts a string to upper case.
static readonly StringTransformer ToLower = new Trans_ToLowerCase()
 Object which converts a string to lower case.


Detailed Description

Static class for basic string transformers.


Member Function Documentation

abstract string AgateLib.DisplayLib.StringTransformer.Transform ( string  text  )  [pure virtual]


Member Data Documentation

Object which does no transformation.

Object which converts a string to lower case.

Object which converts a string to upper case.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo