.. _program_listing_file_include_gwmodelpp_Status.h: Program Listing for File Status.h ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``include/gwmodelpp/Status.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef STATUS #define STATUS namespace gwm { enum class Status { Success = 0, Terminated }; } // namespace gwm #endif // STATUS