CbmRoot
|
Public Member Functions | |
i32 | GetBar () const |
i32 | GetBaz () const |
CBM_YAML_PROPERTIES (yaml::Property(&Foo::fBar, "bar", ""), yaml::Property(&Foo::fBaz, "baz", "")) | |
Private Attributes | |
i32 | fBar = 42 |
i32 | fBaz = 43 |
Definition at line 50 of file _GTestYamlConfig.cxx.
Foo::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", "" | bar, |
yaml::Property &::, "", "" | baz ) |
|
inline |
Definition at line 56 of file _GTestYamlConfig.cxx.
References fBar.
|
inline |
Definition at line 57 of file _GTestYamlConfig.cxx.
References fBaz.
|
private |
Definition at line 52 of file _GTestYamlConfig.cxx.
Referenced by GetBar().
|
private |
Definition at line 53 of file _GTestYamlConfig.cxx.
Referenced by GetBaz().