Definition at line 340 of file GtpEngine.h.
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 | ( | const std::string & | value, | |
std::size_t | end | |||
) |
Definition at line 419 of file GtpEngine.cpp.
std::size_t m_end |
Position of first character in m_line after this argument.
Definition at line 349 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 346 of file GtpEngine.h.