VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)