AdpCode Struct Reference

#include <nsd.h>


Data Fields

int nblocks
int nscripts
int * len
int * line
Tcl_DString text


Detailed Description

The following structure defines blocks of ADP. The len pointer is an array of ints with positive values indicating text to copy and negative values indicating scripts to evaluate. The text and script chars are packed together without null char separators starting at base. The len data is stored at the end of the text dstring when parsing is complete.


Field Documentation

int AdpCode::nblocks

int AdpCode::nscripts

int* AdpCode::len

int* AdpCode::line

Tcl_DString AdpCode::text


The documentation for this struct was generated from the following file:
Generated on Tue Sep 4 19:58:57 2007 by  doxygen 1.5.1