lemon/bits/item_reader.h
changeset 2226 0411ac8a2d87
parent 1956 a055123339d5
child 2254 50cb2b90daa9
equal deleted inserted replaced
6:fc0930341fdd 7:4b71511bc194
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
       
    19 /// @defgroin item_io Item Readers and Writers
       
    20 /// @ingroup io_groin
       
    21 /// \brief Item Readers and Writers
       
    22 /// 
       
    23 /// The Input-Output classes can handle more data type by example
       
    24 /// as map or attribute value. Each of these should be written and
       
    25 /// read some way. The module make possible to do this.  
       
    26 
    18 
    27 /// \ingroup item_io
    19 /// \ingroup item_io
    28 /// \file
    20 /// \file
    29 /// \brief Item reader bits for lemon input.
    21 /// \brief Item reader bits for lemon input.
    30 
    22