libdballe 9.11
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}
13}
14}
15
16#endif
Storage for related physical data.
Definition msg.h:131
Store an array of physical data all on the same level.
Definition context.h:24
Definition msg/cursor.h:165
Definition msg/cursor.h:78
Definition msg/cursor.h:14