MAK RTIspy API Documentation for HLA Evolved
 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
Definition: syncPt.h:29
Definition: syncHashlist.h:21
std::map< MAKRti::DtString, DtSyncPt * > mylist
Definition: syncHashlist.h:55
#define DT_DLL_EXEC
Definition: rtiMsConfig.h:123

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)