OTest2
A C++ testing framework
|
#include <objectrepeatermultiimpl.h>
Public Member Functions | |
ObjectRepeaterFactoryMultiRoot ()=default | |
virtual | ~ObjectRepeaterFactoryMultiRoot ()=default |
ObjectRepeaterFactoryMultiRoot (const ObjectRepeaterFactoryMultiRoot &)=delete | |
ObjectRepeaterFactoryMultiRoot & | operator= (const ObjectRepeaterFactoryMultiRoot &)=delete |
virtual ObjectRepeaterPtr | createRepeater (const Context &context_, const std::string §ion_path_) const |
Create repeater object. More... | |
![]() | |
ObjectRepeaterFactory () | |
Ctor. More... | |
virtual | ~ObjectRepeaterFactory () |
Dtor. More... | |
ObjectRepeaterFactory (const ObjectRepeaterFactory &)=delete | |
ObjectRepeaterFactory & | operator= (const ObjectRepeaterFactory &)=delete |
Definition at line 84 of file objectrepeatermultiimpl.h.
|
default |
|
virtualdefault |
|
delete |
|
inlinevirtual |
Create repeater object.
context_ | The OTest2 context |
section_path_ | Full path of active section. Used just be test cases. |
Implements OTest2::ObjectRepeaterFactory.
Definition at line 95 of file objectrepeatermultiimpl.h.
|
delete |