Data Structures | Public Types | Public Member Functions
openvino::cc::Factory< Key, T(Args...)> Class Template Reference

Public Types

using builder_t = std::function< T(Args...)>
 

Public Member Functions

 Factory (const std::string &name)
 
template<typename Impl >
void registerImpl (const Key &key)
 
createImpl (const Key &key, Args... args)
 
template<typename Fn >
void foreach (Fn fn) const
 
size_t size () const noexcept
 

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