gwenhywfar 5.10.1
genericbuilder.h
Go to the documentation of this file.
1/***************************************************************************
2 begin : Mon Feb 08 2021
3 copyright : (C) 2021 by Martin Preuss
4 email : martin@libchipcard.de
5
6 ***************************************************************************
7 * Please see toplevel file COPYING for license details *
8 ***************************************************************************/
9
10#ifndef GWBUILD_BUILDERS_GENERIC_H
11#define GWBUILD_BUILDERS_GENERIC_H
12
13
15
16#include <gwenhywfar/xml.h>
17
18
19
20GWB_BUILDER *GWB_GenericBuilder_Factory(GWENBUILD *gwenbuild, GWB_CONTEXT *context, const char *builderName);
21
23
24
25
26#endif
struct GWB_BUILDER GWB_BUILDER
Definition: builder.h:17
struct GWB_CONTEXT GWB_CONTEXT
Definition: context.h:17
GWB_BUILDER * GWB_GenericBuilder_new(GWENBUILD *gwenbuild, GWB_CONTEXT *context, GWEN_XMLNODE *xmlDescr)
GWB_BUILDER * GWB_GenericBuilder_Factory(GWENBUILD *gwenbuild, GWB_CONTEXT *context, const char *builderName)
struct GWENBUILD GWENBUILD
Definition: gwenbuild.h:15
struct GWEN__XMLNODE GWEN_XMLNODE
Definition: xml.h:156