teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Get underlying value

Functions

bool teditor::Option::getBool () const
 
int teditor::Option::getInt () const
 
float teditor::Option::getReal () const
 
std::string teditor::Option::getStr () const
 
char teditor::Option::getChar () const
 

Detailed Description

Function Documentation

◆ getBool()

bool teditor::Option::getBool ( ) const
inline

◆ getChar()

char teditor::Option::getChar ( ) const
inline

◆ getInt()

int teditor::Option::getInt ( ) const
inline

◆ getReal()

float teditor::Option::getReal ( ) const
inline

◆ getStr()

std::string teditor::Option::getStr ( ) const