37
37
This object handles the aggregate of all operations for any/all of the Catalog engines.
46
42
typedef std::vector<Catalog *> vector;
48
44
explicit Catalog(std::string name_arg) :
49
45
Plugin(name_arg, "Catalog")
53
48
virtual catalog::Engine::shared_ptr engine()= 0;