Changeset 136:632254c6a691 in finroc_plugins_structure
- Timestamp:
- 06.05.2020 21:58:44 (4 years ago)
- Branch:
- 17.03
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tConveniencePort.h
r131 r136 234 234 */ 235 235 template <typename TPort, typename TElement, typename TContainer, TContainer& (TElement::*GET_CONTAINER)()> 236 class tConveniencePort : public t BasicConveniencePort<TPort>, public tConveniencePortConstruction<TElement, TContainer, GET_CONTAINER>236 class tConveniencePort : public tConveniencePortConstruction<TElement, TContainer, GET_CONTAINER>, public tBasicConveniencePort<TPort> 237 237 { 238 238 typedef typename TPort::tConstructorParameters tConstructorParameters;
Note: See TracChangeset
for help on using the changeset viewer.