wcsubst Struct Reference

Dynamic content for variable substitution in templates. More...

#include <webcit.h>


Data Fields

wcsubstnext
int wcs_type
char wcs_key [32]
void * wcs_value
void(* wcs_function )(void)


Detailed Description

Dynamic content for variable substitution in templates.

Definition at line 268 of file webcit.h.


Field Documentation

struct wcsubst* wcsubst::next [read]

next item in the list

Definition at line 269 of file webcit.h.

Referenced by print_value_of(), svcallback(), and svprintf().

int wcsubst::wcs_type

which type of ???

Definition at line 270 of file webcit.h.

Referenced by print_value_of(), svcallback(), and svprintf().

char wcsubst::wcs_key[32]

??? what?

Definition at line 271 of file webcit.h.

Referenced by print_value_of(), svcallback(), and svprintf().

void* wcsubst::wcs_value

???? what?

Definition at line 272 of file webcit.h.

Referenced by print_value_of(), and svprintf().

void(* wcsubst::wcs_function)(void)

funcion hook ???

Referenced by print_value_of(), and svcallback().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2