Changeset 826:056fbb112b30 in lemon-0.x for src/hugo/skeletons
- Timestamp:
- 09/09/04 11:18:41 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/skeletons/graph.h
r801 r826 457 457 /// This function deletes all edges and nodes of the graph. 458 458 /// It also frees the memory allocated to store them. 459 /// \todo It might belong to \c Eras eableGraphSkeleton.459 /// \todo It might belong to \c ErasableGraphSkeleton. 460 460 void clear() { } 461 461 }; 462 462 463 /// An empty eras eable graph class.463 /// An empty erasable graph class. 464 464 465 465 /// This class is an extension of \c GraphSkeleton. It also makes it 466 466 /// possible to erase edges or nodes. 467 class Eras eableGraphSkeleton : public GraphSkeleton467 class ErasableGraphSkeleton : public GraphSkeleton 468 468 { 469 469 public: … … 472 472 /// Defalult constructor. 473 473 /// 474 Eras eableGraphSkeleton() { }474 ErasableGraphSkeleton() { } 475 475 /// Deletes a node. 476 476
Note: See TracChangeset
for help on using the changeset viewer.