Classes Files

com::wombat::mama::MamaShort

More…

Public Functions

  Name
  MamaShort()
  MamaShort(short value)
short getValue()
void setValue(short value)
String toString()

Detailed Description

class com::wombat::mama::MamaShort;

Mama assignable short integer. Works like Short, but is assignable.

Public Functions Documentation

function MamaShort

inline MamaShort()

function MamaShort

inline MamaShort(
    short value
)

function getValue

inline short getValue()

function setValue

inline void setValue(
    short value
)

function toString

inline String toString()

Updated on 2023-03-31 at 15:29:43 +0100