10#include "PdfElement.h"
11#include "PdfFunctionDefinition.h"
15 class PODOFO_API PdfFunction final :
public PdfDictionaryElement
17 friend class PdfDocument;
20 PdfFunction(PdfDocument& doc,
const PdfFunctionDefinitionPtr& definition);
23 const PdfFunctionDefinition& GetDefinition()
const {
return *m_Definition; }
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16
std::shared_ptr< const PdfFunctionDefinition > PdfFunctionDefinitionPtr
Convenience alias for a constant PdfFunction shared ptr.
Definition PdfFunctionDefinition.h:58