VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifDeleteSpawnData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 
10 #include "vrfmsgs/vrfmsgsDefines.h"
11 #include <vrfutil/rwUUID.h>
12 
14 {
15 
16 public:
17 
20 
23 
26 
28  virtual ~DtIfDeleteSpawnData();
29 
31  virtual int type() const;
32 
35  virtual const DtUUID& templateUUID() const;
36  virtual void setTemplateUUID(const DtUUID&);
38 
40  virtual DtSimInterfaceContent * clone() const;
41 
43  virtual int netRepSize() const;
44 
46  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
47 
49  virtual bool setToNet();
50 
52  virtual void printDataToString(DtString& str);
53 
55  static DtSimInterfaceContent* creator();
56 
57 protected:
58 
60 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)