1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/monitor/MarshalList.h
10 #ifndef AesalonMonitor_MarshalList_H
11 #define AesalonMonitor_MarshalList_H
17 #include "monitor/MarshalWrapper.h"
23 typedef std::vector
<MarshalWrapper
*> MarshalVector
;
25 MarshalVector m_marshalVector
;
30 MarshalWrapper
*marshal(ModuleID moduleID
);
31 void loadMarshal(const std::string
&name
);
34 } // namespace Monitor