FrontEnd Class Reference

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

#include "keyvalue/frontend/FrontEnd.h"

List of all members.

Public Member Functions

string & path ()
 Accessor to the path where the library is loaded.
LexicalToolKitlexicalToolKit ()
 Accessor to the FrontEnd's lexical converter.

Static Public Member Functions

static FrontEndgetInstance ()
 Gets the unique instance of this class.

Private Attributes

string path_
LexicalToolKit lexicalToolKit_

Detailed Description

Front-end's specific data.

This class is a singleton which each front-end must set up before using keyvalue library.


Member Function Documentation

static FrontEnd& getInstance (  )  [static]

Gets the unique instance of this class.

Returns:
The unique instance of this class.
string& path (  ) 

Accessor to the path where the library is loaded.

Returns:
The path.
LexicalToolKit& lexicalToolKit (  ) 

Accessor to the FrontEnd's lexical converter.

Returns:
The lexical converter.

Generated on Sat Mar 20 15:08:30 2010 for KeyValue by  doxygen 1.6.1