VR-Forces 4.1.1 Class Documentation
DtVisualizerDefinitionAttributeRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
8 #pragma once
9 
14 
15 namespace makArchives
16 {
17 
21  {
22  public:
25 
28 
30  void setName(const Utf8String& name);
31 
35  void setValue(const Utf8String& val);
36 
38  const Utf8String& name() const;
39 
43  const Utf8String& value() const;
44 
45  protected:
46  friend class boost::serialization::access;
47 
48  template <class Archive>
49  void serialize(Archive & ar, const unsigned int version)
50  {
51  ar & BOOST_SERIALIZATION_NVP(myName);
52  ar & BOOST_SERIALIZATION_NVP(myValue);
53  }
54 
57  };
58 }
59 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)