Isle
Loading...
Searching...
No Matches
mxparam.h
Go to the documentation of this file.
1#ifndef MXPARAM_H
2#define MXPARAM_H
3
7class MxParam {
8public:
11 virtual ~MxParam() {}
12};
13
14// SYNTHETIC: BETA10 0x10013710
15// MxParam::MxParam
16
17// SYNTHETIC: ISLE 0x401540
18// SYNTHETIC: LEGO1 0x10010370
19// SYNTHETIC: BETA10 0x10013570
20// MxParam::`scalar deleting destructor'
21
22#endif // MXPARAM_H
[AI] MxParam serves as a polymorphic base class for parameter passing in event and notification syste...
Definition: mxparam.h:7
virtual ~MxParam()
[AI] Virtual destructor for safe polymorphic deletion of derived parameter objects.
Definition: mxparam.h:11