|
BioDynaMo
v1.05.125-2619fe54
|
This class generates unique ids for parameter groups. Thread safe. More...
#include <param_group.h>
Public Member Functions | |
| ParamGroupUidGenerator (const ParamGroupUidGenerator &)=delete | |
| ParamGroupUidGenerator & | operator= (const ParamGroupUidGenerator &)=delete |
| ParamGroupUid | NewUid () |
Static Public Member Functions | |
| static ParamGroupUidGenerator * | Get () |
Private Member Functions | |
| ParamGroupUidGenerator () | |
Private Attributes | |
| std::atomic< ParamGroupUid > | counter_ |
This class generates unique ids for parameter groups. Thread safe.
Definition at line 30 of file param_group.h.
|
delete |
|
private |
Definition at line 25 of file param_group.cc.
|
static |
Definition at line 20 of file param_group.cc.
| ParamGroupUid bdm::ParamGroupUidGenerator::NewUid | ( | ) |
Definition at line 27 of file param_group.cc.
|
delete |
|
private |
Definition at line 41 of file param_group.h.
1.8.17