Changeset 27:c52e11111455 in finroc_plugins_composite_ports
- Timestamp:
- 08.04.2021 06:51:27 (3 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interface_types.h
r23 r27 94 94 } 95 95 96 /*! 97 * \param base_type Base type 98 * \param type Type to check 99 * \return Whether base_type is base interface of type to check (possibly over multiple levels) 100 */ 101 bool IsDerivedFrom(const rrlib::rtti::tType& base_type, const rrlib::rtti::tType& type); 102 103 96 104 //---------------------------------------------------------------------- 97 105 // End of namespace declaration
Note: See TracChangeset
for help on using the changeset viewer.