#include <constrct.h>

Public Attributes | |
| char * | constructName |
| char * | pluralName |
| int(* | parseFunction )(void *, char *) |
| void *(* | findFunction )(void *, char *) |
| struct symbolHashNode *(* | getConstructNameFunction )(struct constructHeader *) |
| char *(* | getPPFormFunction )(void *, struct constructHeader *) |
| struct defmoduleItemHeader *(* | getModuleItemFunction )(struct constructHeader *) |
| void *(* | getNextItemFunction )(void *, void *) |
| void(* | setNextItemFunction )(struct constructHeader *, struct constructHeader *) |
| intBool(* | isConstructDeletableFunction )(void *, void *) |
| int(* | deleteFunction )(void *, void *) |
| void(* | freeFunction )(void *, void *) |
| struct construct * | next |
Definition at line 51 of file constrct.h.
| char* construct::constructName |
Definition at line 53 of file constrct.h.
| char* construct::pluralName |
Definition at line 54 of file constrct.h.
| int(* construct::parseFunction)(void *, char *) |
| void*(* construct::findFunction)(void *, char *) |
struct symbolHashNode*(* construct::getConstructNameFunction)(struct constructHeader *) [read] |
| char*(* construct::getPPFormFunction)(void *, struct constructHeader *) |
struct defmoduleItemHeader*(* construct::getModuleItemFunction)(struct constructHeader *) [read] |
| void*(* construct::getNextItemFunction)(void *, void *) |
| void(* construct::setNextItemFunction)(struct constructHeader *, struct constructHeader *) |
| intBool(* construct::isConstructDeletableFunction)(void *, void *) |
| int(* construct::deleteFunction)(void *, void *) |
| void(* construct::freeFunction)(void *, void *) |
struct construct* construct::next [read] |
Definition at line 65 of file constrct.h.
1.5.6