TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
structure_def Struct Reference
Collaboration diagram for structure_def:
Collaboration graph
[legend]

Public Attributes

char * s_name
 
char ** c_names
 
COMPONENT ** c_array
 
int c_count
 
char delim
 
int need_typecheck
 
int n_instances
 
char * names_base
 
char * defs_base
 

Member Data Documentation

◆ c_array

COMPONENT** structure_def::c_array

array of pointers to components

◆ c_count

int structure_def::c_count

number of components

◆ c_names

char** structure_def::c_names

array of component names

◆ defs_base

char* structure_def::defs_base

pointer for later freeing

◆ delim

char structure_def::delim

output delimiter when unloading

◆ n_instances

int structure_def::n_instances

number of instances out there

◆ names_base

char* structure_def::names_base

pointer for later freeing

◆ need_typecheck

int structure_def::need_typecheck

any components without types of any?

◆ s_name

char* structure_def::s_name

name of the structure


The documentation for this struct was generated from the following file: