VR-Forces 4.1 Class Documentation
DtImageTaskRecord.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 
15 
16 namespace makArchives
17 {
18 
22  {
23  public:
26 
29 
31  DtImageTaskRecord& operator=(const DtImageTaskRecord& rhs);
32 
34  bool operator==(const DtImageTaskRecord& rhs) const;
35 
37  bool operator!=(const DtImageTaskRecord& rhs);
38 
40  const std::string& taskType() const;
41 
43  void setTaskType( const std::string& taskType );
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(myTaskType);
52  ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(DtNameValueLists);
53  }
54 
56  };
57 }
59 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)