Classes | |
| class | Error |
| class | ModelSpace |
| class | LocalModelSpace |
| class | RemoteModelSpace |
| class | OptimizedModelSpace |
Functions | |
| Text | ResolvePath (const Text &path, const Text &wd, const ParseImports::ModelSpace *ms) throw (ParseImports::Error, FS::Failure, SRPC::failure) |
| void | P (const Text &modelname, ImportSeq &seq, const ParseImports::ModelSpace *ms) throw (FS::DoesNotExist, FS::Failure, ParseImports::Error, SRPC::failure) |
| void ParseImports::P | ( | const Text & | modelname, | |
| ImportSeq & | seq, | |||
| const ParseImports::ModelSpace * | ms = NULL | |||
| ) | throw (FS::DoesNotExist, FS::Failure, ParseImports::Error, SRPC::failure) |
Definition at line 717 of file ParseImports.C.
References NEW_CONSTR, ParseImports::ModelSpace::open(), and Text::Sub().
Referenced by importSearch(), main(), Search(), and RecursiveStats::visitImports().
Here is the call graph for this function:

Here is the caller graph for this function:

| Text ParseImports::ResolvePath | ( | const Text & | path, | |
| const Text & | wd, | |||
| const ParseImports::ModelSpace * | ms = NULL | |||
| ) | throw (ParseImports::Error, FS::Failure, SRPC::failure) |
Definition at line 395 of file ParseImports.C.
References ParseImports::ModelSpace::directory, ParseImports::ModelSpace::file, Text::Length(), NEW, ParseImports::ModelSpace::none, and path.
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1