| 3 | namespace sfg { |
| 4 | |
| 5 | RadioButtonGroup::Ptr RadioButtonGroup::Create() { |
| 6 | return Ptr( new RadioButtonGroup ); |
| 7 | } |
| 8 | |
| 9 | RadioButtonGroup::ContainerType& RadioButtonGroup::GetMembers() { |
| 10 | return m_members; |
nothing calls this directly
no outgoing calls
no test coverage detected