VR-Forces 4.2 Class Documentation
vrfTerrainPropRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfTerrainPropRecord.h,v $ $Revision: 1.1.2.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <makArchives/makArchives.h>
17 #include <vrfGuiCore/vrfGuiCore.h>
18 
19 namespace makVrf
20 {
24  {
25  public:
26 
29 
32 
34  DtVrfTerrainPropRecord& operator=(const DtVrfTerrainPropRecord& orig);
35 
38 
40 
41  const std::string& categoryName() const;
42  void setCategoryName(const std::string& str);
44 
46 
47  const std::string& categoryPrefix() const;
48  void setCategoryPrefix(const std::string& str);
50 
51  protected:
52 
53  friend class boost::serialization::access;
54 
58  template<class Archive>
59  void serialize(Archive & ar, const unsigned int version)
60  {
61  ar & BOOST_SERIALIZATION_NVP(myCategoryName);
62  ar & BOOST_SERIALIZATION_NVP(myCategoryPrefix);
63  }
64 
65  protected:
66 
67  std::string myCategoryName;
68  std::string myCategoryPrefix;
69  };
70 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)