#include <script.h>
Public Member Functions | |
Package (char *name) | |
Public Attributes | |
Package * | next |
char * | filename |
Static Public Attributes | |
static Package * | first |
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.
Script::Package::Package | ( | char * | name | ) |
Package* Script::Package::first [static] |