equal
deleted
inserted
replaced
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 |