Node Struct Reference


Data Fields

int id
void * dataInherit
void * dataNoInherit
void(* deletefuncInherit )(void *)
void(* deletefuncNoInherit )(void *)

Detailed Description

This structure defines a Node. It is the lowest-level structure in urlspace and contains the data the the user puts in. It holds data whose scope is a set of URLs, such as /foo/bar/ *.html. Data/cleanup functions are kept seperately for inheriting and non- inheriting URLs, as there could be overlap.


Field Documentation

int Node::id

void* Node::dataInherit

Handle from Ns_UrlSpecificAlloc

void* Node::dataNoInherit

User's data

void(* Node::deletefuncInherit)(void *)

User's data

void(* Node::deletefuncNoInherit)(void *)

Cleanup function


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