doc/adaptor_references.dox
changeset 1681 84e43c7ca1e3
parent 1590 ba2cb5006358
equal deleted inserted replaced
1:0b1c01ec581f 2:0152d2e052c3
     9 consederably fast.
     9 consederably fast.
    10 
    10 
    11 \section problem The problem
    11 \section problem The problem
    12 
    12 
    13 The adaptors usually use references or pointers to reference to an 
    13 The adaptors usually use references or pointers to reference to an 
    14 existing data structure. We may use an algorithm in the following was:
    14 existing data structure. We may use an algorithm in the following way:
    15 \code
    15 \code
    16 function_algorithm(adaptor(structure));
    16 function_algorithm(adaptor(structure));
    17 \endcode 
    17 \endcode 
    18 
    18 
    19 But what about the class algorithms:
    19 But what about the class algorithms: