Bridge's specific data. More...
#include <keyvalue/bridge/Bridge.h>
Public Member Functions | |
| Bridge () | |
| Initialize the bridge. | |
| 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. | |
Bridge's specific data.
This is used to get information on the core library. Only the declaration is provided. Bridge developers must write the implementation.
Use util::Global to access the global Bridge.
| Bridge | ( | ) |
Initialize the bridge.
| const char* getCoreLibraryName | ( | ) | const |
Gets core library's name.
The name 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.
The message must be one line long. For larger messages use method getCompleteInfo().
| const char* getCompleteInfo | ( | ) | const |
Gets an info message about the core library.
1.7.1