-
Couldn't load subscription status.
- Fork 23
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.
std::weak_ptr<Extender> GetExtender(const ExtenderUUID& extuuid) const noexcept;| Name | Description |
|---|---|
extuuid |
The ExtenderUUID of the extender to return. See QuantumGate::UUID for more details. |
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.