VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
14 
15 namespace makArchives
16 {
17 
21  {
22  public:
25 
28 
30  DtImageTaskRecord& operator=(const DtImageTaskRecord& rhs);
31 
33  bool operator==(const DtImageTaskRecord& rhs) const;
34 
36  bool operator!=(const DtImageTaskRecord& rhs);
37 
39  const std::string& taskType() const;
40 
42  void setTaskType( const std::string& taskType );
43 
44  protected:
45  friend class boost::serialization::access;
46 
47  template<class Archive>
48  void serialize(Archive & ar, const unsigned int version)
49  {
50  ar & BOOST_SERIALIZATION_NVP(myTaskType);
51  ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(DtNameValueLists);
52  }
53 
55  };
56 }
58 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)