Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Scol Standard Library - Functions in package API. More...
Functions | |
pkgs_funcheckword (pkg, name, pos, isWhole) | |
pkgs_funconvertflags (flag) | |
pkgs_funGetFlag (iFlag) | |
Get a flag value string. More... | |
pkgs_funGetSource (fPkg, pos) | |
Returns the source of a function (or other Scol definition objects). These arguments can be found by the following functions : More... | |
pkgs_funsearchfromname (lPkgs, lFlags, name, isSensitive, isWhole) | |
pkgs_funSearchFromName (szFunName, lFlags, isSensitive, isWhole) | |
Search the definition of a function (or a variable, a type, a Comm ...) in the current application packages. More... | |
pkgs_funsearchfromname2 (list, name, isSensitive, isWhole) | |
pkgs_funSearchFromNameChn (chn, szFunName, lFlags, isSensitive, isWhole) | |
Search the definition of a function (or a variable, a type, a Comm ...) in a given channel. More... | |
pkgs_funSearchFromNameScol (fScol, szFunName, lFlags, isSensitive, isWhole) | |
Search the definition of a function (or a variable, a type, a Comm ...) in a given script launcher (typically a *.scol). More... | |
pkgs_funsearchinpackage (szPkg, name, isSensitive, isWhole) | |
pkgs_funSetFlag (iFlag, szFlag) | |
Set a flag value string. This is helpfull when the source code has been written by a different way. Like "fun\nnameOfFunction\n(args)=". More... | |
pkgs_funsetszflags (flag, szFlag) | |
pkgs_pkgfunlist (list) | |
pkgs_pkgFunList (chn) | |
Similar to the Scol function "_funlist" but its prototype is easier. More... | |
Scol Standard Library - Functions in package API.