VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
48  DtManagedObjectListConstPtr getList(const DtVrfObjectPredicate& predicate =
50  bool reevaluateFlag = false,
51  DtTime evaluationPeriod = 0);
52 
54  DtManagedObjectListConstPtr nullList();
55 
56 protected:
60  void removeExpiredLists();
61 
62 protected:
64  typedef std::list<DtBoost::weak_ptr<DtManagedObjectList> >
66 
68 };
69 
70 #endif

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)