fm.liveswitch.CharacterHolder Class Reference

Class to hold a character value passed by reference. More...

Public Member Functions

 CharacterHolder ()
 Initializes a new instance of the fm.liveswitch.CharacterHolder class. More...
 
 CharacterHolder (char value)
 Initializes a new instance of the fm.liveswitch.CharacterHolder class. More...
 
char getValue ()
 Gets the value. More...
 
void setValue (char value)
 Sets the value. More...
 

Detailed Description

Class to hold a character value passed by reference.

Constructor & Destructor Documentation

◆ CharacterHolder() [1/2]

fm.liveswitch.CharacterHolder.CharacterHolder ( )

Initializes a new instance of the fm.liveswitch.CharacterHolder class.

◆ CharacterHolder() [2/2]

fm.liveswitch.CharacterHolder.CharacterHolder ( char  value)

Initializes a new instance of the fm.liveswitch.CharacterHolder class.

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

char fm.liveswitch.CharacterHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.CharacterHolder.setValue ( char  value)

Sets the value.