#include <sreader.hpp>
Inheritance diagram for IntelibPackage:

This is just the interface to a mechanism which allows to transform an unquoted string to an appropriate S-expression (e.g. label)
Definition at line 38 of file sreader.hpp.
Public Member Functions | |
| virtual | ~IntelibPackage () |
| The destructor, just to make it virtual. | |
| virtual SReference | MakeSymbol (char *name)=0 |
| This function is THE thing for which the class is created. | |
|
|
The destructor, just to make it virtual.
Definition at line 41 of file sreader.hpp. |
|
|
This function is THE thing for which the class is created. Must be overridden in the child class to provide the desired conversion method Implemented in IntelibDummyPackage. |
1.4.1