#include <DataSource.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
virtual const char * | what () const throw () |
virtual | ~bad_assignment () throw () |
virtual | ~bad_assignment () throw () |
This exception is thrown if the target and source type of an assignment of a DataSource with a base::DataSourceBase differ.
Definition at line 62 of file install/include/rtt/internal/DataSource.hpp.
RTT::bad_assignment::~bad_assignment | ( | ) | throw () [virtual] |
Definition at line 65 of file DataSource.cpp.
virtual RTT::internal::bad_assignment::~bad_assignment | ( | ) | throw () [virtual] |
virtual const char* RTT::internal::bad_assignment::what | ( | ) | const throw () [virtual] |
const char * RTT::bad_assignment::what | ( | ) | const throw () [virtual] |
Definition at line 66 of file DataSource.cpp.