Belle II Software development
GroupProxy Class Reference

Internal class that registers a variable group with Manager when constructed. More...

#include <Manager.h>

Public Member Functions

 GroupProxy (const std::string &groupName)
 constructor.
 

Detailed Description

Internal class that registers a variable group with Manager when constructed.

Definition at line 336 of file Manager.h.

Constructor & Destructor Documentation

◆ GroupProxy()

GroupProxy ( const std::string & groupName)
inlineexplicit

constructor.

Definition at line 339 of file Manager.h.

340 {
341 Manager::Instance().setVariableGroup(groupName);
342 }

The documentation for this class was generated from the following file: