VR-Forces 4.6.1 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
managedObjectListManager.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: managedObjListMgr.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef managedObjectListManager_H_
13
#define managedObjectListManager_H_
14
15
#include "
vrfobjcore/vrfObjectManager.h
"
16
#include "
vrfobjcore/managedObjectList.h
"
17
18
class
DtManagedObjectList
;
19
class
DtVrfObjectPredicate
;
20
27
28
#include "
vrfobjcore/vrfobjcoreDefines.h
"
29
class
DT_DLL_vrfobjcore
DtManagedObjectListManager
30
{
31
32
protected
:
34
DtManagedObjectListManager
();
35
36
public
:
38
DtManagedObjectListManager
(
DtVrfObjectManager
* objectManager);
39
41
virtual
~
DtManagedObjectListManager
();
42
43
virtual
void
init
();
44
50
DtManagedObjectListConstPtr
getList(
const
DtVrfObjectPredicate
& predicate =
51
DtVrfObjectPredicate::nullPredicate
(),
52
bool
reevaluateFlag =
false
,
53
DtTime
evaluationPeriod = 0);
54
56
DtManagedObjectListConstPtr
nullList();
57
59
virtual
void
printCurrentLists();
60
61
protected
:
65
void
removeExpiredLists();
66
67
protected
:
68
DtVrfObjectManager
*
myVrfObjectManager
;
69
typedef
std::list<DtBoost::weak_ptr<DtManagedObjectList> >
70
DtManagedObjectListStdList
;
71
72
DtManagedObjectListStdList
myLists
;
73
74
std::list<DtConsoleCommand*>
myConsoleCommands
;
75
};
76
77
#endif
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)