.. _program_listing_file_zeem_zeem.hpp: Program Listing for File zeem.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``zeem/zeem.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp // 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