VR-Forces 4.7 Class Documentation
 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) 2012 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 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)