MqFactoryC - various functions to work on a factory … More...
Functions | |
MqFactoryC * | ccmqmsgque::MqFactoryC::Default () |
C++: → C-API set the default-attribute to the factory … | |
MqFactoryC * | ccmqmsgque::MqFactoryC::Initial () |
C++: → C-API set the initial-attribut to fct … | |
virtual MqContextC * | ccmqmsgque::MqFactoryC::New () |
C++: → C-API create a new MqContextC from a MqFactoryC … | |
static MK_STRN | ccmqmsgque::MqFactoryC::DefaultIdent () |
C++: → C-API return the factory-identifier of the default MqFactoryC | |
static MK_STRN | ccmqmsgque::MqFactoryC::InitialIdent () |
C++: → C-API return the factory-identifier of the initial MqFactoryC | |
static void | ccmqmsgque::MqFactoryC::LogAll (MK_STRN callfunc=__builtin_FUNCTION()) |
C++: → C-API log all "factories" to stderr | |
MqFactoryC - various functions to work on a factory …
|
inline |
C++:
→ C-API MqFactoryC* fct.Default()
set the default-attribute to the factory …
Definition at line 144 of file MqFactoryC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MqFactoryC::DefaultIdent()
return the factory-identifier of the default MqFactoryC
Definition at line 177 of file MqFactoryC_inline_cc.hh.
|
inline |
C++:
→ C-API MqFactoryC* fct.Initial()
set the initial-attribut to fct
…
Definition at line 151 of file MqFactoryC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MqFactoryC::InitialIdent()
return the factory-identifier of the initial MqFactoryC
Definition at line 184 of file MqFactoryC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MqFactoryC::LogAll(MK_STRN callfunc = __builtin_FUNCTION())
log all "factories" to stderr
Definition at line 191 of file MqFactoryC_inline_cc.hh.
|
inlinevirtual |
C++:
→ C-API MqContextC* fct.New()
create a new MqContextC from a MqFactoryC …
Reimplemented in ccmqmsgque::MqFactoryCT< T >.
Definition at line 160 of file MqFactoryC_inline_cc.hh.