Skip to content

ServiceHandle: implement autodeclaring constructor

Charles Leggett requested to merge leggett/Gaudi:dev/ServiceHandleInit into master

Automatically declares the ServiceHandle as a Property of the client.

Note that 3 parameters are required:

ServiceHandle<IMySvc> m_svc{this, "SVC_PROP_NAME", "SvcName"};

Merge request reports

Loading