LogFileParseError Struct Reference

Null struct thrown if a parse error is encountered when trying to load a log file. More...

#include <multispot5.h>

List of all members.

Public Member Functions

 LogFileParseError (const std::string &s)

Public Attributes

std::string what

Detailed Description

Null struct thrown if a parse error is encountered when trying to load a log file.

Definition at line 81 of file multispot5.h.


Constructor & Destructor Documentation

LogFileParseError::LogFileParseError ( const std::string &  s  )  [inline]
Parameters:
s error message to set

Definition at line 84 of file multispot5.h.

00085     :what(s)
00086     {}


Member Data Documentation

variable holding the parse error error message

Definition at line 89 of file multispot5.h.

Referenced by mmain().


The documentation for this struct was generated from the following file:
Generated on Wed Nov 2 18:00:03 2011 for BCUBED by  doxygen 1.6.3