![]() |
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. | |
| pkgs_funGetSource (fPkg, pos) | |
| Returns the source of a function (or other Scol definition objects). These arguments can be found by the following functions : | |
| 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. | |
| 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. | |
| 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). | |
| 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)=". | |
| pkgs_funsetszflags (flag, szFlag) | |
| pkgs_pkgfunlist (list) | |
| pkgs_pkgFunList (chn) | |
| Similar to the Scol function "_funlist" but its prototype is easier. | |
Detailed Description
Scol Standard Library - Functions in package API.
- Version
- 0.1
- Copyright
- GNU Lesser General Public License 2.0 or later
- Remarks
- The standard packages are required :
Generated on Sat Jan 31 2015 19:15:42 for Scol standard library package by
1.8.1.2

