|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <GroupInfo.h>


Public Member Functions | |
| GroupInfo (unsigned int group_id) | |
| virtual | ~GroupInfo ()=default |
| Destructor. | |
| unsigned int | getGroupId () const |
| Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| unsigned int | m_group_id |
Definition at line 32 of file GroupInfo.h.
|
inlineexplicit |
Definition at line 35 of file GroupInfo.h.
References m_group_id.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 42 of file GroupInfo.h.
References m_group_id.
|
private |
Definition at line 47 of file GroupInfo.h.
Referenced by getGroupId(), and GroupInfo().