VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setSuperiorRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 #include "vrfutil/rwString.h"
15 
23 {
24 
25 public:
26 
29 
32  DtSetSuperiorRequest(const DtString & writeName,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
36  DtSetSuperiorRequest(const DtString & writeName, const DtSetSuperiorRequest &
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
41 
42  virtual ~DtSetSuperiorRequest();
43 
45  virtual const DtSetMessageType& type() const;
46 
48  virtual DtSetDataRequest * clone(const DtString & name,
49  DtReaderWriterRegistry * parentRegistry = 0) const;
50 
52  virtual DtString stringRep() const;
53 
55 
56  virtual const DtString & superior() const;
57  virtual void setSuperior(const DtString & target);
59 
62  virtual int netRepSize() const;
63 
65  virtual bool setFromNet(const char* contentBuffer,
66  unsigned contentSize);
67 
70  virtual bool setToNet();
71 
72  static DtSetDataRequest * creator();
73 
74 protected:
76 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)