HiveMind
Public Member Functions | List of all members
IBittyBuzzLib Class Referenceabstract

register the std lib functions in the bbvm via tables. such as the maths More...

#include <IBittyBuzzLib.h>

Inheritance diagram for IBittyBuzzLib:
Inheritance graph
Collaboration diagram for IBittyBuzzLib:
Collaboration graph

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...
 

Detailed Description

register the std lib functions in the bbvm via tables. such as the maths

Constructor & Destructor Documentation

◆ ~IBittyBuzzLib()

virtual IBittyBuzzLib::~IBittyBuzzLib ( )
virtualdefault

Member Function Documentation

◆ registerLib()

virtual bool IBittyBuzzLib::registerLib ( )
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 >.


The documentation for this class was generated from the following file: