Template Struct NodeInterfacesStorage
Defined in File node_interfaces_helpers.hpp
Struct Documentation
-
template<typename ...InterfaceTs>
struct NodeInterfacesStorage Stores the interfaces in a tuple, provides constructors, and getters.
Public Functions
-
inline NodeInterfacesStorage()
Individual Node Interface non-const getter.
Individual Node Interface const getter.
Protected Attributes
-
std::tuple<std::shared_ptr<InterfaceTs>...> interfaces_
-
inline NodeInterfacesStorage()