Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IEntPrinter.hpp
Go to the documentation of this file.
1
#ifndef LIBS_DOCUMENTS_IENTPRINTER_HPP_
2
#define LIBS_DOCUMENTS_IENTPRINTER_HPP_
3
4
#include "
documents/IManagerPrinter.hpp
"
5
6
class
IEntPrinter
7
{
8
public
:
9
virtual
~IEntPrinter
() =
default
;
10
11
virtual
void
processEntity
(
IManagerPrinter
*managerPrinter) = 0;
12
};
13
14
#endif
/* LIBS_DOCUMENTS_IENTPRINTER_HPP_ */
IManagerPrinter.hpp
IEntPrinter
Definition
IEntPrinter.hpp:7
IEntPrinter::processEntity
virtual void processEntity(IManagerPrinter *managerPrinter)=0
IEntPrinter::~IEntPrinter
virtual ~IEntPrinter()=default
IManagerPrinter
Definition
IManagerPrinter.hpp:19
src
documents
IEntPrinter.hpp
Generated by
1.12.0