Bridge's specific data. More...
#include "keyvalue/bridge/Bridge.h"
Public Member Functions | |
const char * | getCoreLibraryName () const |
Gets core library's name. | |
const char * | getSimpleInfo () const |
Gets an info message about the core library. | |
const char * | getCompleteInfo () const |
Gets an info message about the core library. | |
Static Public Member Functions | |
static Bridge & | getInstance () |
Gets the unique instance of this class . |
Bridge's specific data.
This class
is a singleton which is used to get information on the core library.
static Bridge& getInstance | ( | ) | [static] |
Gets the unique instance of this class
.
class
. const char* getCoreLibraryName | ( | ) | const |
Gets core library's name.
This method is not implemented by KeyValue. Indeed, it must be implemented by bridge library since it provides core library specific information which are unavailable here.
The return must be a single word, otherwise, some front-ends will get in trouble.
const char* getSimpleInfo | ( | ) | const |
Gets an info message about the core library.
This method is not implemented by KeyValue. Indeed, it must be implemented by bridge library since it provides core library specific information which are unavailable here.
It should return a single line message. For larger messages use method getCompleteInfo().
const char* getCompleteInfo | ( | ) | const |
Gets an info message about the core library.
This method is not implemented by KeyValue. Indeed, it must be implemented by bridge library since it provides core library specific information which are unavailable here.