CbmRoot
Loading...
Searching...
No Matches
Foo Class Reference

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
 

Detailed Description

Definition at line 50 of file _GTestYamlConfig.cxx.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

Foo::CBM_YAML_PROPERTIES ( yaml::Property &::, "", "" bar,
yaml::Property &::, "", "" baz )

◆ GetBar()

i32 Foo::GetBar ( ) const
inline

Definition at line 56 of file _GTestYamlConfig.cxx.

References fBar.

◆ GetBaz()

i32 Foo::GetBaz ( ) const
inline

Definition at line 57 of file _GTestYamlConfig.cxx.

References fBaz.

Member Data Documentation

◆ fBar

i32 Foo::fBar = 42
private

Definition at line 52 of file _GTestYamlConfig.cxx.

Referenced by GetBar().

◆ fBaz

i32 Foo::fBaz = 43
private

Definition at line 53 of file _GTestYamlConfig.cxx.

Referenced by GetBaz().


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