man Script_Package (Fonctions bibliothèques) - A class to represent internal ccScript loaded modules. loaded dso modules.

NAME

Script::Package - A class to represent internal ccScript loaded modules. loaded dso modules.

SYNOPSIS



#include <script.h>

Public Methods

Package (char *name)

Public Attributes

Package * next

char * filename

Static Public Attributes

Package * first

DETAILED DESCRIPTION

A class to represent internal ccScript loaded modules. loaded dso modules.

These are collected either from 'use' statements embedded in ccScript programs or from implicitly calling Script::use() directly. If the module is not already loaded, then it is created and linked.

Author: David Sugar <dyfet@ostel.com>

AUTHOR

Generated automatically by Doxygen for ccScript from the source code.