The Battle for Wesnoth  1.19.0-dev
Static Public Attributes | List of all members
plugin_manager_status_defines Struct Reference

#include <plugin_manager_status.hpp>

Static Public Attributes

static constexpr const char *const not_created = "not created"
 
static constexpr const char *const running = "running"
 
static constexpr const char *const stopped = "stopped"
 

Detailed Description

Definition at line 19 of file plugin_manager_status.hpp.

Member Data Documentation

◆ not_created

constexpr const char* const plugin_manager_status_defines::not_created = "not created"
staticconstexpr

Definition at line 21 of file plugin_manager_status.hpp.

◆ running

constexpr const char* const plugin_manager_status_defines::running = "running"
staticconstexpr

Definition at line 22 of file plugin_manager_status.hpp.

◆ stopped

constexpr const char* const plugin_manager_status_defines::stopped = "stopped"
staticconstexpr

Definition at line 23 of file plugin_manager_status.hpp.


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