VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
17 
20 
27 
30 {
31 
32 protected:
35 
36 public:
39 
41  virtual ~DtManagedObjectListManager();
42 
43  virtual void init();
44 
50  DtManagedObjectListConstPtr getList(const DtVrfObjectPredicate& predicate =
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:
69  typedef std::list<DtBoost::weak_ptr<DtManagedObjectList> >
71 
73 
74  std::list<DtConsoleCommand*> myConsoleCommands;
75 };
76 
77 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)