-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Extender::Extender
Karel Donk edited this page Dec 10, 2019
·
2 revisions
Constructs a QuantumGate::Extender
object. All constructors from derived classes should call the primary constructor (1) during initialization.
-
Extender(const ExtenderUUID& uuid, const String& name) noexcept;
-
Extender(Extender&&) noexcept;
Name | Description |
---|---|
uuid |
The Universally Unique Identifier of the extender. See QuantumGate::UUID for details. |
name |
The name of the extender. |