Struct Dependency

Struct Documentation

struct Dependency

Represents a dependency between two symbols.

Public Members

const Symbol *source

The symbol that depends on another symbol.

const Symbol *target

The symbol that is depended upon by the source.