- Timestamp:
- Oct 1, 2008, 5:14:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/concepts.doxygen
r1522 r1545 24 24 This page lists all the C++ concepts in the yat project. 25 25 26 - \subpage concept_container_2d 27 - \subpage concept_mutable_container_2d 26 28 - \subpage concept_distance 27 29 - \subpage concept_neighbor_weighting 28 30 */ 29 31 32 33 /** 34 \page concept_container_2d Container2D 35 36 \section Description 37 38 \ref concept_container_2d is a concept... 39 40 \section Requirements 41 42 Classes modelling the concept \ref concept_container_2d should implement 43 the following public function: ... 44 45 \section Implementations 46 47 Examples of classes modelling the concept \ref concept_container_2d 48 include ... 49 50 */ 51 52 /** 53 \page concept_mutable_container_2d MutableContainer2D 54 55 \section Description 56 57 \ref concept_mutable_container_2d is a concept... 58 59 \section Requirements 60 61 \section Implementations 62 63 Examples of classes modelling the concept \ref 64 concept_mutable_container_2d include ... 65 66 */ 30 67 31 68 /**
Note: See TracChangeset
for help on using the changeset viewer.