"BSysSourceFile"
This class is for internal use only and is used to track the source files and
corresponding dependecies that make up a BSysProject
.
Objects can be created by calls of the form new("BSysSourceFile", Filename, SrcFolder, IncludeFolder, Type)
. Users
should not be using this class directly. Instances of this class are used to track the source files and
corresponding dependecies that make up a BSysProject
.
Filename
:Object of class "character"
is the file name and path of a file in a BSysProject
object instance.
Type
:Object of class "character"
is a string naming the source file type ("c"
, "cpp"
or "f"
).
Dependencies
:Object of class "list"
is a list of fully qualified include file dependencies for this source file.
Externals
:Object of class "list"
is a list of external include file dependencies (the file is not in the includePath
.
No methods defined with class "BSysSourceFile" in the signature.