The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
texit Struct Reference

This exception when throw should terminate the application. More...

#include <exit.hpp>

Public Member Functions

 texit (const int status__)
 

Public Attributes

int status
 The exit status for the application. More...
 

Detailed Description

This exception when throw should terminate the application.

The application should terminate with texit::status as its exit status.

Definition at line 35 of file sdl2.cpp.

Constructor & Destructor Documentation

texit::texit ( const int  status__)

Definition at line 17 of file exit.cpp.

Member Data Documentation

int texit::status

The exit status for the application.

Definition at line 34 of file exit.hpp.

Referenced by main().


The documentation for this struct was generated from the following files: