MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
syncHashlist.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: syncHashlist.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtSyncHashlist_H_
13 #define DtSyncHashlist_H_
14 
15 #include "rtiMsConfig.h"
16 #include <vlutil/vlHashlist.h>
17 #include "syncPt.h"
18 #include <vlutil/vlHashKeys.h>
19 #include <map>
20 
22 {
23 public:
26 
28  DtSyncHashlist(const DtSyncHashlist& orig);
29 
31  virtual ~DtSyncHashlist();
32 
34  DtSyncHashlist& operator=(const DtSyncHashlist& orig);
35 
37  virtual void addSyncPoint(const char* name, DtSyncPt* syncInfo);
38 
40  virtual DtSyncPt* remove(const char* name);
41 
43  virtual DtSyncPt* lookupSyncPoint(const char* name) const;
44 
46  virtual std::map<MAKRti::DtString, DtSyncPt*>& list();
47 
49  virtual const std::map<MAKRti::DtString, DtSyncPt*>& list() const;
50 
52  virtual void empty();
53 
54 protected:
55  std::map<MAKRti::DtString, DtSyncPt*> mylist;
56 
57 };
58 
59 #endif

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)