fm.liveswitch.IntegerHolder Class Reference

Class to hold an integer value passed by reference. More...

Public Member Functions

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

Detailed Description

Class to hold an integer value passed by reference.

Constructor & Destructor Documentation

◆ IntegerHolder() [1/2]

fm.liveswitch.IntegerHolder.IntegerHolder ( )

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

◆ IntegerHolder() [2/2]

fm.liveswitch.IntegerHolder.IntegerHolder ( int  value)

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

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

int fm.liveswitch.IntegerHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.IntegerHolder.setValue ( int  value)

Sets the value.