VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOculusSettingsRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 #include <string>
17 
18 namespace makArchives
19 {
25  {
26  public:
27 
30 
33 
36 
38  DtOculusSettingsRecord& operator=( const DtOculusSettingsRecord& orig );
39 
41  void setName(const std::string& name);
42 
44  const std::string& name() const;
45 
47  void setEnablePerformanceLog(bool enablePerformanceLog);
48 
50  bool enablePerformanceLog() const;
51 
52  protected:
53  friend class boost::serialization::access;
54 
55  template <typename Archive>
56  void serialize(Archive& ar, unsigned int version)
57  {
58  ar & BOOST_SERIALIZATION_NVP(myEnablePerformanceLog);
59  }
60 
61  protected:
63  };
64 }
65 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)