#include <nedcompiler.h>
Inheritance diagram for NEDClassicImportResolver:
A NEDClassicImportResolver instance can be reused when compiling several independent files in a row.
Public Member Functions | |
NEDClassicImportResolver () | |
virtual | ~NEDClassicImportResolver () |
void | addImportPath (const char *dir) |
virtual NEDElement * | loadImport (const char *import) |
Protected Attributes | |
NEDStringVector | importpath |
|
Constructor.
|
|
Destructor.
|
|
Add an import directory to the import path.
|
|
Load the given NED file, located in the import path somewhere.
Implements NEDImportResolver. |
|
|