#include <sml/userdata.h>#include <sml/stype.h>#include <mi32/smlbase.h>

Go to the source code of this file.
Classes | |
| class | SML::SYMBOL |
| Class for representing variables and functions in SML. More... | |
Namespaces | |
| namespace | SML |
Defines | |
| #define | RVCSYSLIBCLASSEXPORT MI_DLLCLASSIMPORT |
| #define | RVCSYSLIBEXPORT MI_DLLIMPORT |
| #define | SYMBOL_DontFree 0x0100 |
| #define | SYMBOL_Permanent 0x0200 |
| #define | SYMBOL_Static 0x0400 |
Typedefs | |
| typedef enum SML::SYMBOL::SCOPE | SMLSCOPE |
| typedef SML::SYMBOL | SMLSYMBOL |
Functions | |
| RVCSYSLIBEXPORT int | SML::SameObject (SML::SYMBOL *, SML::SYMBOL *) |
| #define RVCSYSLIBCLASSEXPORT MI_DLLCLASSIMPORT |
| #define RVCSYSLIBEXPORT MI_DLLIMPORT |
| #define SYMBOL_DontFree 0x0100 |
Thing points to something that shouldn't be free'd.
| #define SYMBOL_Permanent 0x0200 |
Don't dispose of contents.
| #define SYMBOL_Static 0x0400 |
Was declared as static.
| typedef enum SML::SYMBOL::SCOPE SMLSCOPE |
| typedef SML::SYMBOL SMLSYMBOL |
1.6.1