Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

IntelibPackage Class Reference

#include <sreader.hpp>

Inheritance diagram for IntelibPackage:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract package.

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.


Constructor & Destructor Documentation

virtual IntelibPackage::~IntelibPackage  )  [virtual]
 

The destructor, just to make it virtual.

Definition at line 41 of file sreader.hpp.


Member Function Documentation

virtual SReference IntelibPackage::MakeSymbol char *  name  )  [pure virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Tue Dec 18 00:41:48 2007 for InteLib by  doxygen 1.4.1