VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifAdminSyncMatrixRemoveObjectRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfmsgs/vrfmsgsDefines.h"
14 
15 #include <vrftasks/adminContent.h>
16 
20 {
21 
22 public:
25 
28 
31 
33 
34  virtual const DtAdminContentMessageType& type() const;
35 
36  virtual DtAdminContent* clone() const;
37 
39 
40  virtual const DtUUID& object() const;
41  virtual void setObject(const DtUUID& object);
43 
44  virtual int netRepSize() const;
45  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
46  virtual bool setToNet();
47  virtual DtString stringRep() const;
48 
49  static DtAdminContent* create();
50 
51 protected:
53 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
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
#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.
DtUUID myObject
Definition: ifAdminSyncMatrixRemoveObjectRequest.h:52
Definition: vrfObjectMessageTypeTemplate.h:24
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
Admin content to request a removal of an object from a synchronization matrix. A DtIfSyncMatrixRemove...
Definition: ifAdminSyncMatrixRemoveObjectRequest.h:19
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)