/[gzz]/manuscripts/storm/article.rst
ViewVC logotype

Diff of /manuscripts/storm/article.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.213 by benja, Sat Feb 15 19:33:13 2003 UTC revision 1.214 by tjl, Sat Feb 15 19:34:41 2003 UTC
# Line 810  blocks of this form. This is one applica Line 810  blocks of this form. This is one applica
810  indexing (Section 5), using P as the index key.  indexing (Section 5), using P as the index key.
811    
812  .. uml:: storm_pointers  .. uml:: storm_pointers
813      :caption: The Storm pointer system      :caption: The Storm pointer system. A pointer is implemented
814                  by a collection of pointer blocks which can obsolete
815                  other pointer blocks and each pointer block gives a single
816                  target for the pointer.
817    
818      class Pointer      class Pointer
819    
# Line 826  indexing (Section 5), using P as the ind Line 829  indexing (Section 5), using P as the ind
829    
830      Pointer.c = (0, 0);      Pointer.c = (0, 0);
831      horizontally(100, foo, Pointer, PointerBlock);      horizontally(100, foo, Pointer, PointerBlock);
832      vertically(50, bar, foo, Target);      vertically(50, bar, PointerBlock, Target);
833      ring.p = PointerBlock.e{right} .. PointerBlock.n{down};      ring.p = PointerBlock.e{right} .. PointerBlock.n{down};
834            
835    

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26