
.. _program_listing_file_Src_GraphicsEngineOpenGL_debug_DebugApp.hpp:

Program Listing for File DebugApp.hpp
=====================================

|exhale_lsh| :ref:`Return to documentation for file <file_Src_GraphicsEngineOpenGL_debug_DebugApp.hpp>` (``Src/GraphicsEngineOpenGL/debug/DebugApp.hpp``)

.. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS

.. code-block:: cpp

   #pragma once
   
   #include <string>
   
   class DebugApp
   {
     public:
       DebugApp();
   
       static bool areErrorPrintAll(const std::string &AdditionalArrayMessage = "Empty",
         const char *file = __FILE__,
         int line = __LINE__);
   
       static bool arePreError(const std::string &AdditionalArrayMessage = "Empty",
         const char *file = __FILE__,
         int line = __LINE__);
   
       ~DebugApp();
   
     private:
   };
