Belle II Software light-2406-ragdoll
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 331 of file Manager.h.

Constructor & Destructor Documentation

◆ GroupProxy()

GroupProxy ( const std::string &  groupName)
inlineexplicit

constructor.

Definition at line 334 of file Manager.h.

335 {
337 }
static Manager & Instance()
get singleton instance.
Definition: Manager.cc:25
void setVariableGroup(const std::string &groupName)
All variables registered after VARIABLE_GROUP(groupName) will be added to this group.
Definition: Manager.cc:208

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