33#ifndef DVD_INPUT_VARIABLES_H_
34#define DVD_INPUT_VARIABLES_H_
61 [[nodiscard]]
virtual string toString()
const {
164 delete iterVars->second;
180 for (MapVariables::iterator iterVars = std::begin(
_mapVariables);
182 iterVars->second->update();
191 for (MapVariables::iterator iterVars = std::begin(
_mapVariables);
193 iterVars->second->reset();
200 for (MapVariables::const_iterator iterVars = std::begin(
_mapVariables);
202 str += iterVars->first +
":" + iterVars->second->toString() +
" ";
string to_string(GET_PASS_TYPE< T > value)
Handle console commands that start with a forward slash.
hashAlg::unordered_map< K, V, HashFun, Predicate > hashMap