Runtime

Create

The first thing to do is to create an Berkelium Runtime instance. This is done by calling createRuntime() of class BerkeliumFactory.

Scope

All Berkelium Objects must be closed.
In C++, all Berkelium Objects are automaticly freed after the last Smart Pointer pointing to the Object was destoryed or resetted.

Logger

Runtime with LogDelegate

Demos

Demo1

Demo2