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 Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)