Changeset 826:056fbb112b30 in lemon-0.x for src/work/marci
- 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/work/marci/graph_concept.h
r652 r826 400 400 401 401 402 /// \brief Node-eras eable graph concept.402 /// \brief Node-erasable graph concept. 403 403 /// 404 404 /// A graph class which provides a function to 405 405 /// delete any of its nodes. 406 class NodeEras eableGraphConcept : virtual public GraphConcept406 class NodeErasableGraphConcept : virtual public GraphConcept 407 407 { 408 408 public: … … 412 412 413 413 414 /// \brief Edge-eras eable graph concept.414 /// \brief Edge-erasable graph concept. 415 415 /// 416 416 /// A graph class which provides a function to delete any 417 417 /// of its edges. 418 class EdgeEras eableGraphConcept : virtual public GraphConcept418 class EdgeErasableGraphConcept : virtual public GraphConcept 419 419 { 420 420 public:
Note: See TracChangeset
for help on using the changeset viewer.