#include <stilincludefile.h>
Public Member Functions | |
STILIncludeFile () | |
STILIncludeFile (const STILIncludeFile &) | |
~STILIncludeFile () | |
STILIncludeFile & | operator= (const STILIncludeFile &) |
bool | operator== (const STILIncludeFile &) const |
bool | operator< (const STILIncludeFile &) const |
void | setFile (const sstring &fn) |
FILE * | getFilePtr () |
const sstring & | getFileName () |
void | setLastLineNumber (const unsigned int) |
const unsigned int | getLastLineNumber () |
void | setBasePath (sstring &) |
const sstring & | getBasePath () |
The STILIncludeFile Class is the interface for STIL Include's
|
Default Constructor for a STILIncludeFile object.
|
|
Constructor a STILIncludeFile object from another STILIncludeFile.
|
|
Destructor for a STILIncludeFile object.
|
|
|
|
|
|
|
|
|
|
Less Than operator.
|
|
Assignment operator.
|
|
Equality operator.
|
|
|
|
Set the filename and file ptr attributes for this include file.
|
|
|