#include <iostream>#include <Basics.H>#include <ParseImports.H>Include dependency graph for TestParseImports.C:

Go to the source code of this file.
Functions | |
| Text | dump_import_id (ImportID id) |
| void | dump_imports (const ImportSeq &imports) |
| int | main (int argc, char **argv) |
Variables | |
| Text | program_name |
Definition at line 11 of file TestParseImports.C.
References Text::Empty().
Referenced by dump_imports().
Here is the call graph for this function:

Here is the caller graph for this function:

| void dump_imports | ( | const ImportSeq & | imports | ) |
Definition at line 25 of file TestParseImports.C.
References dump_import_id(), Sequence< Elem, elem_ptrfree >::get(), and Sequence< Elem, elem_ptrfree >::size().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 43 of file TestParseImports.C.
References dump_imports(), FS::getcwd(), SRPC::failure::msg, ParseImports::P(), program_name, SRPC::failure::r, and ParseImports::ResolvePath().
Here is the call graph for this function:

Definition at line 9 of file TestParseImports.C.
1.5.1