18 #ifndef __FORTRAN_FORMAT__
19 #define __FORTRAN_FORMAT__
21 #include "StringBasics.h"
33 void SetFormat(
const String & formatString);
36 void SetInputFile(
IFILE & file);
39 void GetNextField(
String & field);
41 char GetNextCharacter();
47 bool ProcessToken(
String & field);
67 int GetIntegerFromFormat();
71 bool CharacterFollows();
74 void FinishField(
bool haveSlash =
false);
77 void RejectWidth(
char type);