VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
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
21
#include "
vrfmsgs/ifCreateVrfObject.h
"
22
#include "
vrfobjcore/objectOperationQueueEntry.h
"
23
24
#include <list>
25
26
#include "
vrfobjcore/vrfobjcoreDefines.h
"
27
class
DT_DLL_vrfobjcore
DtCreateQueueEntry
:
public
DtObjectOperationQueueEntry
28
{
29
public
:
33
DtCreateQueueEntry
(
DtIfCreateVrfObject
createMessage,
34
DtVrfObjectManager
* objectManager);
35
37
DtCreateQueueEntry
(
const
DtCreateQueueEntry
& orig);
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
:
58
const
DtCreateQueueEntry
&
operator=
(
const
DtCreateQueueEntry
&
59
orig);
60
61
protected
:
63
DtIfCreateVrfObject
myCreateMessage
;
64
66
unsigned
int
myCreateID
;
67
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)