VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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: 1.7 $ $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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)