#include "trivial_proto.hpp"


Public Types | |
| using | TransportType = Proto |
Public Member Functions | |
| template<typename ProtoLoader > | |
| TrivialProto (ProtoLoader &&ref) | |
| const Proto & | getTransport () const |
Protected Attributes | |
| detail::ReferenceHolder< Proto > | proto_ |
Simple generic class for handling proto objects
| Iface | is interface to inherit from |
| Proto | is protobuf container |
| using shared_model::proto::TrivialProto< Iface, Proto >::TransportType = Proto |
|
inlineexplicit |
ProtoLoader generic param so it can be handled in the load for the boost::variant
|
inline |
|
protected |