Etermal
Embeddable Terminal and shell for OpenGL
|
Represents string data. More...
#include <data.h>
Public Member Functions | |
String (const std::string &str) noexcept | |
Construct a String from a string. 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 string data.
|
noexcept |
Construct a String from a string.
[in] | str | The string |
|
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.