Front-end's specific data. More...
#include "keyvalue/frontend/FrontEnd.h"
Public Member Functions | |
string & | path () |
Accessor to the path where the library is loaded. | |
LexicalToolKit & | lexicalToolKit () |
Accessor to the FrontEnd's lexical converter. | |
Static Public Member Functions | |
static FrontEnd & | getInstance () |
Gets the unique instance of this class . | |
Private Attributes | |
string | path_ |
LexicalToolKit | lexicalToolKit_ |
Front-end's specific data.
This class
is a singleton which each front-end must set up before using keyvalue library.
static FrontEnd& getInstance | ( | ) | [static] |
Gets the unique instance of this class
.
class
. string& path | ( | ) |
Accessor to the path where the library is loaded.
LexicalToolKit& lexicalToolKit | ( | ) |
Accessor to the FrontEnd's lexical converter.