Changeset 826:056fbb112b30 in lemon-0.x for src/work/peter/hierarchygraph.h
- Timestamp:
- 09/09/04 11:18:41 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/peter/hierarchygraph.h
r691 r826 528 528 }; 529 529 530 /// An empty eras eable graph class.531 532 /// This class provides all the common features of an \e eras eable graph530 /// An empty erasable graph class. 531 532 /// This class provides all the common features of an \e erasable graph 533 533 /// structure, 534 534 /// however completely without implementations and real data structures … … 547 547 /// like @ref ListGraph or 548 548 /// @ref SmartGraph will just refer to this structure. 549 template < typename Gact, typename Gsub > class Eras eableHierarchyGraph:public HierarchyGraph < Gact,549 template < typename Gact, typename Gsub > class ErasableHierarchyGraph:public HierarchyGraph < Gact, 550 550 Gsub 551 551 > … … 564 564 565 565 /// Defalult constructor. 566 Eras eableHierarchyGraph ()566 ErasableHierarchyGraph () 567 567 { 568 568 } 569 569 ///Copy consructor. 570 Eras eableHierarchyGraph (const HierarchyGraph < Gact, Gsub > &EPG)570 ErasableHierarchyGraph (const HierarchyGraph < Gact, Gsub > &EPG) 571 571 { 572 572 }
Note: See TracChangeset
for help on using the changeset viewer.