src/work/klao/path.h
changeset 683 3cbf51510180
parent 682 1ea8162ce638
child 686 fc8a3393e0d9
equal deleted inserted replaced
9:99638cc7c5cb 10:56cb8321e311
   224      * arbitrary order then you should commit these changes to the graph.
   224      * arbitrary order then you should commit these changes to the graph.
   225      *
   225      *
   226      * Fundamentally, for most "Paths" (classes fulfilling the
   226      * Fundamentally, for most "Paths" (classes fulfilling the
   227      * PathConcept) while the builder is active (after the first modifying
   227      * PathConcept) while the builder is active (after the first modifying
   228      * operation and until the commit()) the original Path is in a
   228      * operation and until the commit()) the original Path is in a
   229      * "transitional" state (operations ot it have undefined result). But
   229      * "transitional" state (operations on it have undefined result). But
   230      * in the case of DirPath the original path remains unchanged until the
   230      * in the case of DirPath the original path remains unchanged until the
   231      * commit. However we don't recomend that you use this feature.
   231      * commit. However we don't recomend that you use this feature.
   232      */
   232      */
   233     class Builder {
   233     class Builder {
   234       DirPath &P;
   234       DirPath &P;