struct
FileInfo
One HTML stream being generated.
Public members:
FileInfo
(
ostream&
out
,
const char*
fName
,
const char*
originFile
,
uint
firstLineNumber
,
uint
nFootNotes
,
ostream&
ft
)
FileInfo
(
FileInfo
const&
f
, ostream&
out
)
FileInfo
(
FileInfo
const&
f
, ostream&
out
, uint
firstLineNumber
)
ostream&
out
Output file stream.
const char* const
outName
Generated file name (file name of
out
).
const char* const
originFile
Origin file, where source of
out
is located.
uint const
firstLineNumber
Line number in
originFile
of first
uint
nFootNotes
Number of footnotes in
fooNotes
.
ostream&
footNotes
Footnotes, if any, go in here.