VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtElementsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makArchives
12 {
13 
17 {
18 public:
19  typedef std::vector<DtElementDefinitionRecord> ElementDefinitionRecords;
20 
22 
23  virtual ~DtElementsRecord();
24 
25  void setElementDefinitions(const ElementDefinitionRecords& elementDefinitions);
26 
27  const ElementDefinitionRecords& elementDefinitions() const;
28 
29 protected:
30  friend class boost::serialization::access;
31 
32  template<class Archive>
33  void serialize(Archive & ar, const unsigned int version)
34  {
35  ar & BOOST_SERIALIZATION_NVP(myElementDefinitions);
36  }
37 
39 };
40 }
41 

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)