SetCommandString (const char *command, size_t len);
bool
- GetCommandString (std::string &command);
+ GetCommandString (std::string &command) const;
bool
- GetQuotedCommandString (std::string &command);
+ GetQuotedCommandString (std::string &command) const;
//------------------------------------------------------------------
/// Gets the number of arguments left in this command object.
}
bool
-Args::GetCommandString (std::string &command)
+Args::GetCommandString (std::string &command) const
{
command.clear();
int argc = GetArgumentCount();
}
bool
-Args::GetQuotedCommandString (std::string &command)
+Args::GetQuotedCommandString (std::string &command) const
{
command.clear ();
size_t argc = GetArgumentCount ();