Etermal
Embeddable Terminal and shell for OpenGL
|
Represents boolean data. More...
#include <data.h>
Public Member Functions | |
Boolean (bool flag) noexcept | |
Construct a Boolean from a boolean flag. More... | |
std::string | getString () noexcept override |
The best representation of the parameter as a string. More... | |
bool | getBool () noexcept override |
The best representation of the parameter as a boolean. More... | |
int | getInt () noexcept override |
The best representation of the parameter as an integer. More... | |
float | getFloat () noexcept override |
The best representation of the parameter as a float. More... | |
Represents boolean data.
|
noexcept |
Construct a Boolean from a boolean flag.
[in] | flag | The flag |
|
overridevirtualnoexcept |
The best representation of the parameter as a boolean.
Implements etm::ArgData.
|
overridevirtualnoexcept |
The best representation of the parameter as a float.
Implements etm::ArgData.
|
overridevirtualnoexcept |
The best representation of the parameter as an integer.
Implements etm::ArgData.
|
overridevirtualnoexcept |
The best representation of the parameter as a string.
Implements etm::ArgData.