![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | __init__ (self, src, tgt, loc, depth) |
| def | is_input_file (self) |
Public Attributes | |
| source | |
| include | |
| location | |
| depth | |
The FileInclusion class represents the inclusion of one source file by another via a '#include' directive or as the input file for the translation unit. This class provides information about the included file, the including file, the location of the '#include' directive and the depth of the included file in the stack. Note that the input file has depth 0.
| def is_input_file | ( | self | ) |
1.8.13