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

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::config
 
 catapult::observers
 
 catapult::extensions
 

Functions

plugins::StorageConfiguration catapult::extensions::CreateStorageConfiguration (const config::CatapultConfiguration &config)
 Creates plugin storage configuration from config. More...
 
std::unique_ptr< const validators::stateless::AggregateEntityValidator > catapult::extensions::CreateStatelessValidator (const plugins::PluginManager &manager)
 Creates an entity stateless validator using pluginManager. More...
 
std::unique_ptr< const observers::EntityObserver > catapult::extensions::CreateUndoEntityObserver (const plugins::PluginManager &manager)
 Creates an undo entity observer using pluginManager. More...