VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
envReader.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 
10 
11 #ifndef envReader_H_
12 #define envReader_H_
13 
14 #include "environment.h"
15 
16 #ifdef DtUSE_UTILITIES_NAMESPACE
17 namespace DtUSE_UTILITIES_NAMESPACE
18 {
19 #endif
20 
24 {
25 public:
26 
29 
31  virtual ~DtEnvReader(){}
32 
33  virtual DtEnvironment readFile(const DtString& filename,bool& success) = 0;
34 };
35 
36 #ifdef DtUSE_UTILITIES_NAMESPACE
37 }
38 #endif
39 
40 #endif
An abstract interface for environment readers.
Definition: envReader.h:23
A Flyweight class for manipulating objects and their hierarchy The DtEnvironment wraps a DtEnvValuSP ...
Definition: environment.h:29
DtEnvReader()
CTOR.
Definition: envReader.h:28
Contains DtEnvironment class.
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual ~DtEnvReader()
DTOR.
Definition: envReader.h:31

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)