GEOS
|
#include <DataContext.hpp>
Public Member Functions | |
DataFileContext (xmlWrapper::xmlNode const &targetNode, xmlWrapper::xmlNodePos const &nodePos) | |
Construct the file context of a Group from an xml node. More... | |
DataFileContext (xmlWrapper::xmlNode const &targetNode, xmlWrapper::xmlAttribute const &att, xmlWrapper::xmlAttributePos const &attPos) | |
Construct the file context of a Group from an xml node. More... | |
DataFileContext (string_view targetName, string_view file, size_t line) | |
Constructs the file context of a Group from a C++ source file. More... | |
string | toString () const override |
string | getTypeName () const |
string | getFilePath () const |
size_t | getLine () const |
size_t | getOffsetInLine () const |
size_t | getOffset () const |
![]() | |
DataContext (string_view targetName) | |
Construct a new DataContext object. More... | |
virtual | ~DataContext () |
Destroy the DataContext object. | |
string | getTargetName () const |
Additional Inherited Members | |
![]() | |
string const | m_targetName |
Stores information to retrieve where a target object has been declared in the input source file (e.g. XML).
Definition at line 126 of file DataContext.hpp.
geos::dataRepository::DataFileContext::DataFileContext | ( | xmlWrapper::xmlNode const & | targetNode, |
xmlWrapper::xmlNodePos const & | nodePos | ||
) |
Construct the file context of a Group from an xml node.
targetNode | the target object xml node |
nodePos | the target object xml node position |
geos::dataRepository::DataFileContext::DataFileContext | ( | xmlWrapper::xmlNode const & | targetNode, |
xmlWrapper::xmlAttribute const & | att, | ||
xmlWrapper::xmlAttributePos const & | attPos | ||
) |
Construct the file context of a Group from an xml node.
targetNode | the xml node containing the xml attribute |
att | the target object xml attribute |
attPos | the target object xml attribute position |
geos::dataRepository::DataFileContext::DataFileContext | ( | string_view | targetName, |
string_view | file, | ||
size_t | line | ||
) |
|
inline |
Definition at line 167 of file DataContext.hpp.
|
inline |
Definition at line 173 of file DataContext.hpp.
|
inline |
Definition at line 187 of file DataContext.hpp.
|
inline |
Definition at line 180 of file DataContext.hpp.
|
inline |
Definition at line 161 of file DataContext.hpp.
|
overridevirtual |
Implements geos::dataRepository::DataContext.