8 #ifndef __VRV_PGFOOT_H__
9 #define __VRV_PGFOOT_H__
11 #include "runningelement.h"
32 std::string GetClassName()
const override {
return "pgFoot"; }
50 FunctorCode AcceptEnd(
Functor &functor)
override;
51 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents running elements (headers and footers).
Definition: runningelement.h:28