11 #include "atts_shared.h"
12 #include "textelement.h"
34 std::string GetClassName()
const override {
return "fb"; }
49 FunctorCode AcceptEnd(
Functor &functor)
override;
50 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class models the MEI <fb> element.
Definition: fb.h:23
Object * Clone() const override
Method call for copying child classes.
Definition: fb.h:32
bool IsSupportedChild(ClassId classId) override
Add an element (f) to an fb.
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61