#include <factory.hpp>
Inheritance diagram for mapnik::factory< product_type, key_type, product_creator, factory_error_policy >:
Public Member Functions | |
bool | register_product (const key_type &key, product_creator creator) |
bool | unregister_product (const key_type &key) |
product_type * | create_object (const key_type &key, const std::string &file) |
product_type* mapnik::factory< product_type, key_type, product_creator, factory_error_policy >::create_object | ( | const key_type & | key, | |
const std::string & | file | |||
) | [inline] |
bool mapnik::factory< product_type, key_type, product_creator, factory_error_policy >::register_product | ( | const key_type & | key, | |
product_creator | creator | |||
) | [inline] |
bool mapnik::factory< product_type, key_type, product_creator, factory_error_policy >::unregister_product | ( | const key_type & | key | ) | [inline] |