roviz  0.7
Code Documentation of roviz
message_p.h
1 #ifndef MESSAGEPRIVATE_H
2 #define MESSAGEPRIVATE_H
3 
4 #include "message.h"
5 #include "streams/stream_object_p.h"
6 
13 {
14 public:
15  std::vector<Message::Entry> entries;
16  Message::Entry default_entry;
17 
18  ~MessagePrivate() = default;
19 };
20 
21 #endif // MESSAGEPRIVATE_H
An entry of a message.
Definition: message.h:32
Private part of the Message class.
Definition: message_p.h:12
Private part of the StreamObject class.
Definition: stream_object_p.h:11