BASE::RCBoolParamHandler Class Reference

Parameter handler for TBool. More...

Collaboration diagram for BASE::RCBoolParamHandler:

Collaboration graph
[legend]
List of all members.

Public Types

enum  TConstants {
  TrueKeyCount = 4,
  FalseKeyCount = 4
}

Static Public Member Functions

static RCString StaticToString (const TBool &Data)
static TBool StaticFromString (TBool &Data, const RCString &sValue)

Static Public Attributes

static const RCString m_saTrueKeyList [TrueKeyCount]
static const RCString m_saFalseKeyList [FalseKeyCount]

Friends

class TRCSingleParamHandler< RCBoolParamHandler, TBool >

Detailed Description

Parameter handler for TBool.

Author:
Patrik Stellmann
This parameter handler is designed to handle variables of type TBool.


Member Data Documentation

const RCString RCBoolParamHandler::m_saFalseKeyList [static]
 

Initial value:

    {_T("false"), _T("0"), _T("Off"), _T("Disabled") }

const RCString RCBoolParamHandler::m_saTrueKeyList [static]
 

Initial value:

 
    {_T("true"), _T("1"), _T("On"), _T("Enabled") }


The documentation for this class was generated from the following files:
Generated on Thu Feb 16 12:46:36 2006 for Simulator Bob by  doxygen 1.4.6-NO