18 #ifndef IGN_TRANSPORT_MESSAGEINFO_HH_
19 #define IGN_TRANSPORT_MESSAGEINFO_HH_
30 class MessageInfoPrivate;
43 public: std::string Topic()
const;
46 public:
void SetTopic(
const std::string &_topic);
50 protected: std::unique_ptr<MessageInfoPrivate>
dataPtr;
A class that provides information about the message received.
Definition: MessageInfo.hh:33
#define IGNITION_TRANSPORT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:57
std::unique_ptr< MessageInfoPrivate > dataPtr
Definition: MessageInfo.hh:50