Line | |
---|
1 | #ifndef _BBCENTITYDISTRIBUTIONSERIALIZER_H |
---|
2 | #define _BBCENTITYDISTRIBUTIONSERIALIZER_H |
---|
3 | |
---|
4 | #include <BBCPrerequisites.h> |
---|
5 | #include <BBCXmlSerializer.h> |
---|
6 | #include <BBCEntity.h> |
---|
7 | |
---|
8 | namespace BBC { |
---|
9 | |
---|
10 | class _BBCExport EntityDistributionSerializer: public BBC::XmlSerializer { |
---|
11 | protected: |
---|
12 | EntityPtr mEntity; |
---|
13 | |
---|
14 | public: |
---|
15 | EntityPtr getEntity(); |
---|
16 | |
---|
17 | void setEntity(EntityPtr value); |
---|
18 | |
---|
19 | void generate(); |
---|
20 | |
---|
21 | void init(); |
---|
22 | |
---|
23 | EntityDistributionSerializer(); |
---|
24 | |
---|
25 | virtual ~EntityDistributionSerializer(); |
---|
26 | |
---|
27 | }; |
---|
28 | |
---|
29 | } |
---|
30 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.