8 #ifndef __VRV_MRPT2_H__
9 #define __VRV_MRPT2_H__
12 #include "atts_shared.h"
13 #include "atts_visual.h"
15 #include "layerelement.h"
37 std::string GetClassName()
const override {
return "mRpt2"; }
46 FunctorCode AcceptEnd(
Functor &functor)
override;
47 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:51
This class models the MEI <mRpt2> element.
Definition: mrpt2.h:26
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
Object * Clone() const override
Method call for copying child classes.
Definition: mrpt2.h:35
This class represents a basic object.
Definition: object.h:61