VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMetadataPublisherRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
8 #pragma once
9 
14 
15 namespace makArchives
16 {
17 
22  {
23  public:
26 
28  virtual ~DtMetadataPublisherRecord();
29 
32 
34  virtual DtMetadataPublisherRecord& operator=(const DtMetadataPublisherRecord& rhs);
35 
37  virtual bool operator==(const DtMetadataPublisherRecord& rhs);
38 
40  virtual bool operator!=(const DtMetadataPublisherRecord& rhs);
41 
43  virtual const std::string& publisherType() const;
44 
46  virtual void setPublisherType( const std::string& publisherType );
47 
49  virtual const std::string& observerName() const;
50 
52  virtual void setObserverName( const std::string& observerName );
53 
54  protected:
55  friend class boost::serialization::access;
56 
57  template<class Archive>
58  void serialize(Archive & ar, const unsigned int version)
59  {
60  ar & BOOST_SERIALIZATION_NVP(myPublisherType);
61  ar & BOOST_SERIALIZATION_NVP(myObserverName);
62  ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(DtNameValueLists);
63  }
64 
67  };
68 }
70 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)