Depends/DAG.h [code] | The implementation of the Directed Acyclic Graph (Depends::DAG) class |
Depends/Depends.h [code] | A simple, generic dependency tracker |
Depends/Details/CircularReferenceException.h [code] | Definition of the one exception thrown by the DAG |
Depends/Details/documentation.hpp [code] | Doxygen's main page |
Depends/Details/Iterator.h [code] | Definition of the DAG's iterators |
Depends/Details/Node.h [code] | Definition of the DAG's nodes |
Depends/Details/ScopedFlag.h [code] | Definition of the DAG's scoped flag |
Depends/Details/serialization.hpp [code] | |
Depends/Details/SortPred.h [code] | Definition of the DAG's sorting predicate |
Depends/Details/Unlinker.h [code] | Definition of the Unlinker helper functor used by erase |
Depends/Details/Visitors.h [code] | Definition of the DAG's visitors and helpers |