VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPropSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPropSettingsRecord.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtPropSettingsRecord_H_
14 #define DtPropSettingsRecord_H_
15 
17 
18 namespace makArchives
19 {
24  {
25  public:
26  typedef std::vector<DtPropRecord> PropRecords;
27 
30 
32  DtPropSettingsRecord(const PropRecords& records);
33 
36 
38  DtPropSettingsRecord& operator=(const DtPropSettingsRecord& orig);
39 
41  const PropRecords& records() const;
42  PropRecords& records();
43 
44  protected:
46 
47  friend class boost::serialization::access;
48 
52  template<class Archive>
53  void serialize(Archive & ar, const unsigned int version)
54  {
55  ar & BOOST_SERIALIZATION_NVP(myRecords);
56  }
57 
58  protected:
60  };
61 }
62 
63 #endif
64 

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)