MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
disSisoDictionary.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
14 #include <omtReader/disDictionary.h>
15 
16 class DtSisoRefExtractor;
17 
19 {
20 public:
22  virtual ~DtDisSisoDictionary();
23 
24  virtual bool loadFromFile(const DtString& file, bool showProgress = true);
25 
26  virtual const DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey) const;
27  virtual DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey);
28 
29 protected:
30 
32 
33 };
34 

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)