BSysSourceFile-class {BuildSys}R Documentation

Class "BSysSourceFile"

Description

This class is for internal use only and is used to track the source files and corresponding dependecies that make up a BSysProject.

Objects from the Class

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.

Slots

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.

Methods

No methods defined with class "BSysSourceFile" in the signature.

Author(s)

Paavo Jumppanen [aut, cre]

Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>


[Package BuildSys version 1.1.2 Index]