.. _program_listing_file_src_pretty_print.hpp: Program Listing for File pretty_print.hpp ========================================= |exhale_lsh| :ref:`Return to documentation for file ` (``src/pretty_print.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include namespace libcamera { class CameraManager; class StreamFormats; struct StreamConfiguration; } // namespace libcamera std::ostream & operator<<(std::ostream &out, const libcamera::CameraManager &camera_manager); std::ostream & operator<<(std::ostream &out, const libcamera::StreamFormats &formats); std::string list_format_sizes(const libcamera::StreamConfiguration &configuration);