libdballe 9.13
msg/fwd.h
1#ifndef DBALLE_MSG_FWD_H
2#define DBALLE_MSG_FWD_H
3
4namespace dballe {
5namespace impl {
6class Message;
7namespace msg {
8class Context;
9class CursorStation;
11class CursorData;
12} // namespace msg
13} // namespace impl
14} // namespace dballe
15
16#endif
Storage for related physical data.
Definition msg.h:134
Store an array of physical data all on the same level.
Definition context.h:24
Definition msg/cursor.h:156
Definition msg/cursor.h:70
Definition msg/cursor.h:14