summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkedTree.h
Commit message (Collapse)AuthorAgeFilesLines
* cmState: Extract a cmLinkedTree container adaptor.Stephen Kelly2015-06-041-0/+164
This will be used to contain most of the content of the cmState in several different trees. Refer to the BuildsystemDirectory state from the SnapshotData state. Currently these trees have the same structure, but that will change when we have more snapshot types.