VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createQueueEntry.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 
18 
19 class DtVrfObjectManager;
20 
23 
24 #include <list>
25 
28 {
29 public:
34  DtVrfObjectManager* objectManager);
35 
38 
40  virtual ~DtCreateQueueEntry();
41 
43  virtual const DtIfCreateVrfObject createMessage() const;
44 
48  virtual bool isReadyForExecution();
49 
51  unsigned int createID() const
52  {
53  return myCreateID;
54  }
55 
56 private:
59  orig);
60 
61 protected:
64 
66  unsigned int myCreateID;
67 };
virtual bool isReadyForExecution()
Checks to see if all the required locations have been paged in.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
class DtVrfObjectManager:
Definition: vrfObjectManager.h:202
Definition: createQueueEntry.h:27
unsigned int myCreateID
Assigned to an increasing global. This ID can be used to identify a create entry. ...
Definition: createQueueEntry.h:66
Definition: objectOperationQueueEntry.h:24
unsigned int createID() const
Returns the ID of this entry.
Definition: createQueueEntry.h:51
DtIfCreateVrfObject myCreateMessage
The create message, as passed into the constructor.
Definition: createQueueEntry.h:63
const DtObjectOperationQueueEntry & operator=(const DtObjectOperationQueueEntry &orig)
assignment operator, not implemented
class DtIfCreateVrfObject:
Definition: ifCreateVrfObject.h:84

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)