#include <iostream>
#include <Basics.H>
#include <ParseImports.H>
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(). |
|
Definition at line 25 of file TestParseImports.C. References dump_import_id(), Import::end, Import::fromForm, Sequence< Elem, elem_ptrfree >::get(), Import::id, Import::local, Import::noUpdate, Import::orig, Import::path, Sequence< Elem, elem_ptrfree >::size(), and Import::start. Referenced by main(). |
|
Definition at line 43 of file TestParseImports.C. References dump_imports(), SRPC::failure::msg, ParseImports::P(), SRPC::failure::r, and ParseImports::ResolvePath(). |
|
Definition at line 9 of file TestParseImports.C. |