HiveMind
|
register the std lib functions in the bbvm via tables. such as the maths More...
#include <IBittyBuzzLib.h>
Public Member Functions | |
virtual | ~IBittyBuzzLib ()=default |
virtual bool | registerLib ()=0 |
register the library in the vm, each lib will have it's own table, if the lib table id is 0, the data will be registered on the global scope More... | |
register the std lib functions in the bbvm via tables. such as the maths
|
virtualdefault |
|
pure virtual |
register the library in the vm, each lib will have it's own table, if the lib table id is 0, the data will be registered on the global scope
Implemented in BittyBuzzLib< Container >.