Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GtpCommand::Argument Struct Reference

List of all members.

Detailed Description

Argument in command line.

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.


Constructor & Destructor Documentation

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

Definition at line 419 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 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.


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


17 Jun 2010 Doxygen 1.4.7