VKBackend

Undocumented in source.

Constructors

this
this(Logger logger)
Undocumented in source.

Members

Functions

doInit
void doInit()
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibraries
void loadLibraries(string[string] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Backend

_logger
Logger _logger;
Undocumented in source.
logger
Logger logger [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibraries
void loadLibraries(string[string] args)

Load system libraries required by the backend. Additional options can be passed.

doInit
void doInit()

Call any initialization code required by the Backend. May be overriden.

doDestroy
void doDestroy()

Call any de-initialization code required by the Backend. May be overriden.

Meta