MAK Data Logger API Documentation for DIS
 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 Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)