HiveMind
src
bittybuzz
include
bittybuzz
IBittyBuzzLib.h
Go to the documentation of this file.
1
#ifndef __IBITTYBUZZLIB_H_
2
#define __IBITTYBUZZLIB_H_
3
6
class
IBittyBuzzLib
{
7
public
:
8
virtual
~IBittyBuzzLib
() =
default
;
9
12
virtual
bool
registerLib
() = 0;
13
};
14
15
#endif // __IBITTYBUZZLIB_H_
IBittyBuzzLib::~IBittyBuzzLib
virtual ~IBittyBuzzLib()=default
IBittyBuzzLib::registerLib
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,...
IBittyBuzzLib
register the std lib functions in the bbvm via tables. such as the maths
Definition:
IBittyBuzzLib.h:6
Generated by
1.8.17