VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDeConfiguration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDeConfiguration.h,v $ $Revision: 1.25 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDeConfiguration_H_
14 #define DtDeConfiguration_H_
15 
18 
19 namespace makVrv
20 {
22 
26  {
27 
28  public:
29 
31  DtDeConfiguration(const std::string& name = "");
32 
34  DtDeConfiguration(const DtDeConfiguration& config);
35 
37  DtDeConfiguration& operator=(const DtDeConfiguration& config);
38 
40  virtual ~DtDeConfiguration();
41 
48 
50 
51  virtual DtDisplayConfigurations& displayConfigurations();
52  virtual const DtDisplayConfigurations& displayConfigurations() const;
54 
55 
56  protected:
57 
58  template<class Archive>
59  void _serialize(Archive & ar, const unsigned int version)
60  {
62  ar & DT_SERIALIZE_MEMBER(myDisplayConfigurations);
63  }
64 
66  };
67 }
68 
70 
71 #endif
72 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)