obby::serialise::error Class Reference

#include <error.hpp>

List of all members.

Public Member Functions

 error (const std::string &msg, unsigned int line)
unsigned int get_line () const

Protected Attributes

unsigned int m_line


Detailed Description

Error with obby serialisation. Mostly, incorrect input causes such errors.

Definition at line 32 of file serialise/error.hpp.


Constructor & Destructor Documentation

obby::serialise::error::error ( const std::string &  msg,
unsigned int  line 
)

Definition at line 21 of file serialise/error.cpp.


Member Function Documentation

unsigned int obby::serialise::error::get_line (  )  const

Definition at line 29 of file serialise/error.cpp.

References m_line.


Member Data Documentation

unsigned int obby::serialise::error::m_line [protected]

Definition at line 43 of file serialise/error.hpp.

Referenced by get_line().


The documentation for this class was generated from the following files:
Generated on Fri Jan 11 10:01:33 2008 for obby by  doxygen 1.5.1