CatapultServer  v0.5.0.1 (Elephant)
MongoPluginLoader.h File Reference
Include dependency graph for MongoPluginLoader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::mongo
 

Typedefs

using catapult::mongo::PluginModules = std::vector< plugins::PluginModule >
 Container of plugin modules. More...
 

Functions

void catapult::mongo::LoadPluginByName (MongoPluginManager &manager, PluginModules &modules, const std::string &directory, const std::string &name)
 Loads a plugin named name with manager from directory into modules. More...