|
RTC Toolkit 5.1.0
|
Exception indicating that a value with the wrong type was being assigned to a reserved key. More...
#include <repositoryIf.hpp>
Public Member Functions | |
| TypeMismatch (const std::string &key, const std::type_info &type_used, const std::type_info &type_expected) | |
| const std::string & | GetKey () const |
| const std::type_info & | GetTypeUsed () const |
| const std::type_info & | GetTypeExpected () const |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
Exception indicating that a value with the wrong type was being assigned to a reserved key.
|
explicit |
| const std::string & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetKey | ( | ) | const |
| const std::type_info & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetTypeExpected | ( | ) | const |
| const std::type_info & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetTypeUsed | ( | ) | const |