Public Member Functions

Bridge Class Reference

Bridge's specific data. More...

#include <keyvalue/bridge/Bridge.h>

List of all members.

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.

Detailed Description

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.


Member Function Documentation

const char* getCoreLibraryName (  )  const

Gets core library's name.

The name must be a single word, otherwise, some front-ends will get in trouble.

Returns:
The core library's name.
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().

Returns:
The info message.
const char* getCompleteInfo (  )  const

Gets an info message about the core library.

Returns:
The info message.