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 StringGetStartTag () const =0
 Get the start tag. More...
 
virtual Bool SetEndTag (const String &tag)=0
 Set the end tag. More...
 
virtual const StringGetEndTag () const =0
 Get the end tag. More...
 

Detailed Description

The ITagged property interface.

Member Function Documentation

◆ SetStartTag()

virtual Bool Murl::Graph::ITagged::SetStartTag ( const String tag)
pure virtual

Set the start tag.

Parameters
tagThe tag to set.
Returns
true if successful.

◆ GetStartTag()

virtual const String& Murl::Graph::ITagged::GetStartTag ( ) const
pure virtual

Get the start tag.

Returns
The tag.

◆ SetEndTag()

virtual Bool Murl::Graph::ITagged::SetEndTag ( const String tag)
pure virtual

Set the end tag.

Parameters
tagThe tag to set.
Returns
true if successful.

◆ GetEndTag()

virtual const String& Murl::Graph::ITagged::GetEndTag ( ) const
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


Copyright © 2011-2024 Spraylight GmbH.