VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diGuySetHandItemRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vlpi/netStructs.h>
14 #include "vrfutil/rwString.h"
15 
18 {
19 
20 public:
21 
24  DtDiGuySetHandItemRequest(const DtString & writeName,
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
28  orig, DtReaderWriterRegistry * parentRegistry = 0);
29 
32 
33  virtual ~DtDiGuySetHandItemRequest();
34 
36  virtual const DtSetMessageType& type() const;
37 
39  virtual DtSetDataRequest * clone(const DtString & name,
40  DtReaderWriterRegistry * parentRegistry = 0) const;
41 
43  virtual DtString stringRep() const;
44 
45  virtual const DtString& handItem() const;
46  virtual void setHandItem(const DtString&);
47 
50  virtual int netRepSize() const;
51 
53  virtual bool setFromNet(const char* contentBuffer,
54  unsigned contentSize);
55 
58  virtual bool setToNet();
59 
60  static DtSetDataRequest * creator();
61 
62 protected:
63 
65 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)