#include <stdio.h>#include <iostream>#include "Object.h"#include "ObjectProducer.h"#include "FileProducerFactory.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 24 of file read_file.cpp.
References Object::getDec(), Object::getSD(), ObjectProducer::hasNext(), FileProducerFactory::instance(), and ObjectProducer::next().
1.6.3