Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

sampreclist.txt

Example data file for sampreclist.cpp

// the food itens
item    product tea
        unit    3
        price   1,2
item    Product cofee
        unit    3
        price   5
// the next item omit product specification
// the validate will say: product not refered
item // product bread
        unit    3
        price   2

// is the bazar itens
item    Product notebook
        unit    2
        price   1
// the next item has invalid product value
// the price is invalid
item    product //      pencil
        unit    2
        price   xx//0,2
item    product eraser
        unit    5
        price   0,2
item    product pen
        unit    3
        price   0,8

Generated at Thu Sep 6 13:45:40 2001 for dataio by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001