VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleSettingsRecord.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
16 #include <vector>
17 
18 namespace makVrv
19 {
20 
24  {
25  public:
26 
29 
32 
34  DtExampleSettingsRecord& operator = ( const DtExampleSettingsRecord& orig );
35 
37  virtual ~DtExampleSettingsRecord();
38 
39  virtual void setDummyVal(int val);
40 
41  virtual int dummyVal() const;
42 
43  protected:
44 
45  friend class boost::serialization::access;
46 
50  template<class Archive>
51  void serialize(Archive & ar, const unsigned int version)
52  {
53  ar & BOOST_SERIALIZATION_NVP( myDummyVal );
54  }
55 
56  protected:
57 
59 
60  };
61 
62 }
63 
BOOST_CLASS_VERSION(makArchives::DtDiGuySettingsRecord, 3)
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition: exampleDialogPagePlugin.h:19
int myDummyVal
Definition: DtExampleSettingsRecord.h:58
Contains DLL export macros.
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the &amp; operator is defined similar to &lt;&lt;...
Definition: DtExampleSettingsRecord.h:51
Contains DLL export macros.
Example Settings Record.
Definition: DtExampleSettingsRecord.h:23

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)