CatapultServer  v0.5.0.1 (Elephant)
catapult::model::TransactionRegistryT< TPlugin > Class Template Reference

A registry of transaction plugins. More...

Inheritance diagram for catapult::model::TransactionRegistryT< TPlugin >:
Collaboration diagram for catapult::model::TransactionRegistryT< TPlugin >:

Additional Inherited Members

- Public Member Functions inherited from catapult::model::PluginRegistry< TPlugin, EntityType >
size_t size () const
 Gets the number of registered plugins. More...
 
const TPlugin * findPlugin (EntityType type) const
 Finds the plugin corresponding to type or nullptr if none is registered. More...
 
void registerPlugin (std::unique_ptr< const TPlugin > &&pPlugin)
 Registers pPlugin with the registry. More...
 

Detailed Description

template<typename TPlugin>
class catapult::model::TransactionRegistryT< TPlugin >

A registry of transaction plugins.


The documentation for this class was generated from the following file: