#include <vector>
#include <map>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | Templates |
Classes | |
class | Templates::DefaultFactoryError< IdentifierType, AbstractProduct > |
Manages the "Unknown Type" error in an object factory. More... | |
class | Templates::Factory< AbstractProduct, IdentifierType, ProductCreator, FactoryErrorPolicy > |
Implementation of a generic object factory. More... |
Project: PGR 2008 Authors: Ondrej Lengal, xlenga00@stud.fit.vutbr.cz Libor Polcak, xpolca03@stud.fit.vutbr.cz Boris Prochazka, xproch63@stud.fit.vutbr.cz Petr Zemek, xzemek02@stud.fit.vutbr.cz