|
GEOS
|
#include <GroupContext.hpp>

Public Member Functions | |
| GroupContext (Group &group) | |
| Construct a new GroupContext object. More... | |
| Group const & | getGroup () const |
Public Member Functions inherited from geos::dataRepository::DataContext | |
| DataContext (string_view targetName) | |
| Construct a new DataContext object. More... | |
| virtual | ~DataContext () |
| Destroy the DataContext object. | |
| string | getTargetName () const |
Protected Member Functions | |
| GroupContext (Group &group, string_view objectName) | |
| Construct a new GroupContext object. More... | |
Protected Attributes | |
| Group & | m_group |
| The reference to the Group related to this GroupContext. | |
Protected Attributes inherited from geos::dataRepository::DataContext | |
| string const | m_targetName |
Helps to know where a Group is in the hierarchy. See DataContext class for more info.
Definition at line 38 of file GroupContext.hpp.
| geos::dataRepository::GroupContext::GroupContext | ( | Group & | group | ) |
Construct a new GroupContext object.
| group | The reference to the Group related to this GroupContext. |
|
protected |
Construct a new GroupContext object.
| group | The reference to the Group related to this GroupContext. |
| objectName | Target object name. |
| Group const& geos::dataRepository::GroupContext::getGroup | ( | ) | const |