#include <nedcompiler.h>
To be used with NEDCompiler. A NEDFileCache instance can be reused when compiling several independent files in a row.
Public Member Functions | |
NEDFileCache () | |
~NEDFileCache () | |
void | addFile (const char *name, NEDElement *node) |
NEDElement * | getFile (const char *name) |
Protected Attributes | |
NEDMap | importedfiles |
|
Constructor.
|
|
Destructor.
|
|
Add a file (parsed into an object tree) to the cache.
|
|
Get a file (represented as object tree) from the cache.
|
|
|