RTT::file_parse_exception Class Reference

#include <parse_exception.hpp>

List of all members.

Public Member Functions

 file_parse_exception (parse_exception *pe, const std::string &file, int line, int column)
 file_parse_exception (const file_parse_exception &rhs)
 file_parse_exception (parse_exception *pe, const std::string &file, int line, int column)
 file_parse_exception (const file_parse_exception &rhs)
const std::string what () const
const std::string what () const
 ~file_parse_exception ()
 ~file_parse_exception ()

Private Member Functions

file_parse_exceptionoperator= (const file_parse_exception &rhs)
file_parse_exceptionoperator= (const file_parse_exception &rhs)

Private Attributes

int mcolumn
std::string mfile
int mline
parse_exceptionmpe

Detailed Description

This is an exception class that keeps a parse_exception pointer along with the location in the file and the file where it occurred.

Definition at line 58 of file install/include/rtt/scripting/parse_exception.hpp.


Constructor & Destructor Documentation

RTT::file_parse_exception::file_parse_exception ( const file_parse_exception rhs  ) 

Definition at line 75 of file parse_exception.cpp.

RTT::file_parse_exception::file_parse_exception ( parse_exception pe,
const std::string &  file,
int  line,
int  column 
) [inline]
RTT::file_parse_exception::~file_parse_exception (  ) 

Definition at line 70 of file parse_exception.cpp.

RTT::file_parse_exception::file_parse_exception ( const file_parse_exception rhs  ) 
RTT::file_parse_exception::file_parse_exception ( parse_exception pe,
const std::string &  file,
int  line,
int  column 
) [inline]

Definition at line 68 of file rtt/scripting/parse_exception.hpp.

RTT::file_parse_exception::~file_parse_exception (  ) 

Member Function Documentation

file_parse_exception& RTT::file_parse_exception::operator= ( const file_parse_exception rhs  )  [private]
file_parse_exception& RTT::file_parse_exception::operator= ( const file_parse_exception rhs  )  [private]
const std::string RTT::file_parse_exception::what (  )  const
const std::string RTT::file_parse_exception::what (  )  const

Definition at line 81 of file parse_exception.cpp.


Member Data Documentation

std::string RTT::file_parse_exception::mfile [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:49:47 2013