Skip to content

QuantumGate::Local::GetExtender

Karel Donk edited this page Jun 2, 2018 · 1 revision

Gets a pointer to an extender that was previously added to the instance.

Signature

std::weak_ptr<Extender> GetExtender(const ExtenderUUID& extuuid) const noexcept;

Parameters

Name Description
extuuid The ExtenderUUID of the extender to return. See QuantumGate::UUID for more details.

Return values

Returns a std::weak_ptr to an extender in the instance. It will be a nullptr if there was no extender found, or if the extender was removed.

Clone this wiki locally