Template Class TypedMessagePtr

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class TypedMessagePtr : public agnocast::AnyObject

Public Functions

inline explicit TypedMessagePtr(agnocast::ipc_shared_ptr<T> p)
inline virtual const std::type_info &type() const override
inline const agnocast::ipc_shared_ptr<T> &get() const
inline agnocast::ipc_shared_ptr<T> &get()