VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifAdminRequestSpawnPtData.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
8 
10 #include <vrfutil/rwUUID.h>
11 
13 {
14 public:
17 
20 
23 
25  virtual ~DtIfAdminRequestSpawnPtData();
26 
28  virtual const DtAdminContentMessageType& type() const;
29 
31  virtual DtAdminContent * clone() const;
32 
34  virtual int netRepSize() const;
35 
37  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
38 
40  virtual bool setToNet();
41 
46  virtual DtString stringRep() const;
47 
49  static DtAdminContent* create();
50 
54  virtual void setSpawnPoint(const DtUUID&);
55 
57  virtual const DtUUID& spawnPoint() const;
59 
60 protected:
61 
63 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer.
virtual int netRepSize() const
DtUUID mySpawnPoint
Definition: ifAdminRequestSpawnPtData.h:62
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual DtAdminContent * clone() const =0
Make a copy of this content.
Definition: vrfObjectMessageTypeTemplate.h:24
Definition: ifAdminRequestSpawnPtData.h:12
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
DtAdminContent.
Definition: adminContent.h:24
virtual const DtAdminContentMessageType & type() const =0
virtual bool setToNet()
Sets netRep buffer to the contents of this set request.
virtual DtString stringRep() const =0
Get a readable string representation of this content.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)