Argument in command line. More...
Public Member Functions | |
Argument (const std::string &value, std::size_t end) | |
Public Attributes | |
std::string | m_value |
Argument value. | |
std::size_t | m_end |
Position of first character in m_line after this argument. |
Argument in command line.
Definition at line 336 of file GtpEngine.h.
Argument | ( | const std::string & | value, | |
std::size_t | end | |||
) |
Definition at line 411 of file GtpEngine.cpp.
std::size_t m_end |
Position of first character in m_line after this argument.
Definition at line 344 of file GtpEngine.h.
std::string m_value |
Argument value.
Enclosing quotes are removed if there were any and escape characters within enclosing quotes are removed.
Definition at line 341 of file GtpEngine.h.