Murl::Graph::ITagged Interface Referenceabstract
The ITagged property interface. More...
#include "murl_graph_i_tagged.h"
Inheritance diagram for Murl::Graph::ITagged:
Public Member Functions | |
virtual Bool | SetStartTag (const String &tag)=0 |
Set the start tag. More... | |
virtual const String & | GetStartTag () const =0 |
Get the start tag. More... | |
virtual Bool | SetEndTag (const String &tag)=0 |
Set the end tag. More... | |
virtual const String & | GetEndTag () const =0 |
Get the end tag. More... | |
Detailed Description
The ITagged property interface.
Member Function Documentation
◆ SetStartTag()
Set the start tag.
- Parameters
-
tag The tag to set.
- Returns
- true if successful.
◆ GetStartTag()
|
pure virtual |
Get the start tag.
- Returns
- The tag.
◆ SetEndTag()
Set the end tag.
- Parameters
-
tag The tag to set.
- Returns
- true if successful.
◆ GetEndTag()
|
pure virtual |
Get the end tag.
- Returns
- The tag.
The documentation for this interface was generated from the following file:
- murl_graph_i_tagged.h