libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
The error information if a requested key-type is not registered with the factory. More...
#include <factory.hpp>
Public Types | |
typedef Excpt_ | exception_type |
Static Public Member Functions | |
static Ret_ __fastcall | execute (const ID_ &) |
This function throws the above exception for the specified ID_ type. More... | |
The error information if a requested key-type is not registered with the factory.
Definition at line 34 of file factory.hpp.
typedef Excpt_ jmmcg::LIBJMMCG_VER_NAMESPACE::factory::not_found< ID_, Ret_, Excpt_ >::exception_type |
Definition at line 35 of file factory.hpp.
|
inlinestaticnoexcept |
This function throws the above exception for the specified ID_ type.
Definition at line 22 of file factory_impl.hpp.
References jmmcg::LIBJMMCG_VER_NAMESPACE::factory::not_found< ID_, Ret_, Excpt_ >::execute().
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::factory::not_found< ID_, Ret_, Excpt_ >::execute().