VR-Forces Developer's Guide
 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() override;
26 
28  virtual const DtAdminContentMessageType& type() const override;
29 
31  virtual DtAdminContent * clone() const override;
32 
34  virtual int netRepSize() const override;
35 
37  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize) override;
38 
40  virtual bool setToNet() override;
41 
46  virtual DtString stringRep() const override;
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: uuid.h:59
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer. Base class does nothing and return...
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. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
Definition: vrfObjectMessageTypeTemplate.h:24
Contains the DtUUID class declaration.
Definition: ifAdminRequestSpawnPtData.h:12
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
DtAdminContent.
Definition: adminContent.h:23
virtual const DtAdminContentMessageType & type() const =0
virtual bool setToNet()
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true...
virtual DtString stringRep() const =0
Get a readable string representation of this content. Derived classes must implement this function...

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)