VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
extMtl
extFileInputStream.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: extFileInputStream.h,v $ $Revision: 193772 $ $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
27
class
DT_DLL_extMtl
DtExtFileInputStream
:
28
public
DtlFileInputStream
29
{
30
public
:
31
DtExtFileInputStream
(FILE *);
32
virtual
~
DtExtFileInputStream
(
void
);
33
34
int
fgetc_past_whitespace(
void
);
35
36
int
flush_until(
char
terminator);
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
52
bool
myInitialWhitespaceIsSet
;
53
std::string
myInitialWhitespace
;
54
std::string
myLastWhitespace
;
55
};
56
57
#endif
58
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)