Public Member Functions | Protected Attributes

FrontEnd Class Reference

Front-end's specific data. More...

#include <keyvalue/frontend/FrontEnd.h>

List of all members.

Public Member Functions

virtual string getPath () const =0
 Gets the front-end's execution path.
LexicalToolKitlexicalToolKit ()
 Access the FrontEnd's lexical tool kit.

Protected Attributes

LexicalToolKit lexicalToolKit_

Detailed Description

Front-end's specific data.

Use util::Global to access the global FrontEnd.


Member Function Documentation

virtual string getPath (  )  const [pure virtual]

Gets the front-end's execution path.

Returns:
The path.
LexicalToolKit& lexicalToolKit (  ) 

Access the FrontEnd's lexical tool kit.

Returns:
The lexical tool kit.