16#ifndef REPLACETAGITEM_H
17#define REPLACETAGITEM_H
ReplaceTagItem & operator=(const ReplaceTagItem &other)
operator =
std::string end_replacement
Replacement for end tag element.
Definition ReplaceTagItem.h:70
ReplaceTagItem(const ReplaceTagItem &other)
ReplaceTagItem copy constructor.
ReplaceTagItem & operator=(ReplaceTagItem &&other)
operator =
std::string begin_replacement
Replacement for start tag element.
Definition ReplaceTagItem.h:65
ReplaceTagItem(ReplaceTagItem &&other)
ReplaceTagItem move constructor.
std::string tag_to_replace
Id of tag to be replaced (see XMLTag::tag_id).
Definition ReplaceTagItem.h:60
ReplaceTagItem()
ReplaceTagItem constructor.