#include <asParse.h>
Collaboration diagram for asColumn:

Data Fields | |
| asColumn * | next |
| char * | name |
| char * | comment |
| asTypeInfo * | lowType |
| char * | obName |
| asObject * | obType |
| int | fixedSize |
| char * | linkedSizeName |
| asColumn * | linkedSize |
| bool | isSizeLink |
| bool | isList |
| bool | isArray |
| slName * | values |
Definition at line 40 of file asParse.h.
struct asColumn* asColumn::next [read] |
Definition at line 43 of file asParse.h.
Referenced by asLinkEmbeddedObjects(), and mustFindColumn().
| char* asColumn::name |
Definition at line 44 of file asParse.h.
Referenced by asLinkEmbeddedObjects(), asParseColDef(), and mustFindColumn().
| char* asColumn::comment |
struct asTypeInfo* asColumn::lowType [read] |
| char* asColumn::obName |
Definition at line 47 of file asParse.h.
Referenced by asLinkEmbeddedObjects(), and asParseColDef().
struct asObject* asColumn::obType [read] |
| char* asColumn::linkedSizeName |
struct asColumn* asColumn::linkedSize [read] |
| bool asColumn::isSizeLink |
| bool asColumn::isList |
| bool asColumn::isArray |
struct slName* asColumn::values [read] |
1.5.2