RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch Class Reference

Exception indicating that a value with the wrong type was being assigned to a reserved key. More...

#include <repositoryIf.hpp>

Inheritance diagram for rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch:
rtctk::componentFramework::RtctkException

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
 

Detailed Description

Exception indicating that a value with the wrong type was being assigned to a reserved key.

Constructor & Destructor Documentation

◆ TypeMismatch()

rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::TypeMismatch ( const std::string & key,
const std::type_info & type_used,
const std::type_info & type_expected )
explicit

Member Function Documentation

◆ GetKey()

const std::string & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetKey ( ) const

◆ GetTypeExpected()

const std::type_info & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetTypeExpected ( ) const

◆ GetTypeUsed()

const std::type_info & rtctk::componentFramework::RepositoryIf::MetaData::TypeMismatch::GetTypeUsed ( ) const

The documentation for this class was generated from the following files: