VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extFileInputStream.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: extFileInputStream.h,v $ $Revision: 278766 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtExtFileInputStream_H_
13 #define DtExtFileInputStream_H_
14 
15 #include <vlutil/vlMachineTypes.h>
16 #include <mtl/mtlstream.h>
17 
18 #include <string>
19 
25 #include "extMtl/extMtlDefines.h"
26 
28  public DtlFileInputStream
29 {
30 public:
31  DtExtFileInputStream(FILE *);
32  virtual ~DtExtFileInputStream(void) override;
33 
34  virtual int fgetc_past_whitespace(void) override;
35 
36  virtual int flush_until(char terminator) override;
37 
40  virtual void clearLastWhitespace();
41 
44  virtual const std::string& lastWhitespace() const;
45 
48  virtual const std::string& initialWhitespace() const;
49 
50 protected:
51 
53  std::string myInitialWhitespace;
54  std::string myLastWhitespace;
55 };
56 
57 #endif
58 
std::string myInitialWhitespace
Definition: extFileInputStream.h:53
class DtExtFileInputStream:
Definition: extFileInputStream.h:27
std::string myLastWhitespace
Definition: extFileInputStream.h:54
bool myInitialWhitespaceIsSet
Definition: extFileInputStream.h:52
#define DT_DLL_extMtl
This file is used to determine how to build.
Definition: extMtlDefines.h:28

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)