Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Public Attributes

GtpCommand::Argument Struct Reference

Argument in command line. More...

List of all members.

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.

Detailed Description

Argument in command line.

Definition at line 336 of file GtpEngine.h.


Constructor & Destructor Documentation

Argument ( const std::string &  value,
std::size_t  end 
)

Definition at line 411 of file GtpEngine.cpp.


Member Data Documentation

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.


The documentation for this struct was generated from the following files:


Sun Mar 13 2011 Doxygen 1.7.1