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.

Static Public Member Functions

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

Detailed Description

Bridge's specific data.

This class is a singleton which is used to get information on the core library.


Member Function Documentation

static Bridge& getInstance (  )  [static]

Gets the unique instance of this class.

Returns:
The unique instance of this 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.

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

Returns:
The info message.
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.

Returns:
The info message.

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