Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
b3d_erGetLastRes () | |
Get the last internal error returned by the error library. More... | |
b3d_errGetLastMsg () | |
Get the last internal number error received by this library. More... | |
b3d_errGetLastNum () | |
Get the last internal number error received by this library. More... | |
b3d_errGetMaskDebug () | |
Get the "DEBUG" mask error. More... | |
b3d_errGetMaskError () | |
Get the "ERROR" mask error. More... | |
b3d_errGetMaskInfo () | |
Get the "INFO" mask error. More... | |
b3d_errGetMaskNo () | |
Get the "EMPTY" mask error. More... | |
b3d_errGetMaskOgre3D () | |
Get the OGRE3D mask error. More... | |
b3d_errGetMaskWarn () | |
Get the "WARNING" mask error. More... | |
b3d_errManager () | |
Get the error manager. The std::error API can be used with it. More... | |
b3d_errSetMaskOgre3D (mask) | |
Set the OGRE3D mask error. More... | |
b3d_errSetMaskOgre3D | ( | mask | ) |
Set the OGRE3D mask error.
Prototype: fun [I] I
I | : the mask, one of these values :
|
b3d_errGetMaskOgre3D | ( | ) |
Get the OGRE3D mask error.
Prototype: fun [] I
b3d_errGetMaskNo | ( | ) |
Get the "EMPTY" mask error.
Prototype: fun [] I
b3d_errGetMaskInfo | ( | ) |
Get the "INFO" mask error.
Prototype: fun [] I
b3d_errGetMaskWarn | ( | ) |
Get the "WARNING" mask error.
Prototype: fun [] I
b3d_errGetMaskError | ( | ) |
Get the "ERROR" mask error.
Prototype: fun [] I
b3d_errGetMaskDebug | ( | ) |
Get the "DEBUG" mask error.
Prototype: fun [] I
b3d_errGetLastNum | ( | ) |
Get the last internal number error received by this library.
Prototype: fun [] I
b3d_errGetLastMsg | ( | ) |
Get the last internal number error received by this library.
Prototype: fun [] S
b3d_erGetLastRes | ( | ) |
Get the last internal error returned by the error library.
Prototype: fun [] I
b3d_errManager | ( | ) |
Get the error manager. The std::error API can be used with it.
Prototype: fun [] STD_ERROR