|
WSF
|
#include <WsfQuantumAllocator.hpp>
Public Member Functions | |
| ~WsfQuantumAllocatorFactory ()=default | |
| WsfQuantumAllocatorFactory (WsfQuantumAllocatorFactory &&aSrc)=delete | |
| WsfQuantumAllocatorFactory & | operator= (const WsfQuantumAllocatorFactory &)=delete |
| WsfQuantumAllocatorFactory & | operator= (WsfQuantumAllocatorFactory &&)=delete |
| bool | Register (std::unique_ptr< WsfQuantumAllocator > aAllocatorPtr) |
| WsfQuantumAllocator * | CreateAllocator (const std::string &allocatorName) |
| const std::map< std::string, ut::CloneablePtr< WsfQuantumAllocator > > & | Allocators () const |
Static Public Member Functions | |
| static WsfQuantumAllocatorFactory * | Instance () |
|
default |
|
delete |
References WsfQuantumAllocatorFactory().
Referenced by Instance(), operator=(), operator=(), and WsfQuantumAllocatorFactory().
|
inline |
| WsfQuantumAllocator * WsfQuantumAllocatorFactory::CreateAllocator | ( | const std::string & | allocatorName | ) |
Referenced by operator=().
|
static |
References WsfQuantumAllocatorFactory().
Referenced by operator=(), and WsfQuantumTaskerProcessor::ProcessInput().
|
delete |
References WsfQuantumAllocatorFactory().
|
delete |
References CreateAllocator(), Instance(), Register(), and WsfQuantumAllocatorFactory().
| bool WsfQuantumAllocatorFactory::Register | ( | std::unique_ptr< WsfQuantumAllocator > | aAllocatorPtr | ) |
Referenced by operator=().