#include "boost/smart_ptr.hpp"
#include <vector>
#include <string>
#include <stdexcept>
#include <typeinfo>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ForIA::NoFileException |
class | ForIA::IDataLoader |
Abstract interface to load general data. More... | |
class | ForIA::IDataLoader::ICreator |
class | ForIA::IDataLoader::Creator< T > |
Namespaces | |
namespace | ForIA |
Typedefs | |
typedef boost::shared_ptr < IDataLoader > | ForIA::DataLoaderPtr |