el Struct Reference

An EDGELIST is a linked list of (src,tgt) pairs where the src is a string associated with a file entry and tgt is a string associated with another file entry. More...

List of all members.

Public Attributes

char * src
char * tgt
elnext


Detailed Description

An EDGELIST is a linked list of (src,tgt) pairs where the src is a string associated with a file entry and tgt is a string associated with another file entry.

The edge could either be containment or a symbolic link.


Member Data Documentation

struct el* el::next

char* el::src

char* el::tgt


The documentation for this struct was generated from the following file: Algorithm Development Kit 1.0