The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
video::error Struct Reference

An error specifically indicating video subsystem problems. More...

#include <video.hpp>

Inheritance diagram for video::error:

Public Member Functions

 error ()
 
 error (const std::string &msg)
 
- Public Member Functions inherited from game::error
 error ()
 
 error (const std::string &msg)
 
 ~error () noexcept
 
const char * what () const noexcept
 

Additional Inherited Members

- Public Attributes inherited from game::error
std::string message
 

Detailed Description

An error specifically indicating video subsystem problems.

Definition at line 309 of file video.hpp.

Constructor & Destructor Documentation

◆ error() [1/2]

video::error::error ( )
inline

Definition at line 311 of file video.hpp.

◆ error() [2/2]

video::error::error ( const std::string &  msg)
inline

Definition at line 312 of file video.hpp.


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