Program Listing for File zeem.hpp
↰ Return to documentation for file (zeem/zeem.hpp)
// Copyright (c) 2024-2026 Maarten L. Hekkelman
// SPDX-License-Identifier: BSD-2-Clause
#pragma once
#ifndef ZEEM_CXX_MODULE
# define ZEEM_EXPORT
# define ZEEM_INLINE inline
// IWYU pragma: begin_exports
# include "doctype.hpp"
# include "document.hpp"
# include "error.hpp"
# include "node.hpp"
# include "parser.hpp"
# include "serialize.hpp"
# include "text.hpp"
# include "version.hpp"
# include "xpath.hpp"
// IWYU pragma: end_exports
#endif