ThreeB 1.1
Public Member Functions | Public Attributes
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 102 of file multispot5.h.


Constructor & Destructor Documentation

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

Definition at line 105 of file multispot5.h.

    :what(s)
    {}

Member Data Documentation

variable holding the parse error error message

Definition at line 110 of file multispot5.h.

Referenced by mmain().


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