The Battle for Wesnoth  1.19.5+dev
Public Member Functions | List of all members
lua_validator< object_type > Struct Template Referenceabstract

#include <lua_attributes.hpp>

Public Member Functions

virtual bool is_active (lua_State *L, const object_type &obj) const =0
 
virtual ~lua_validator ()=default
 

Detailed Description

template<typename object_type>
struct lua_validator< object_type >

Definition at line 80 of file lua_attributes.hpp.

Constructor & Destructor Documentation

◆ ~lua_validator()

template<typename object_type >
virtual lua_validator< object_type >::~lua_validator ( )
virtualdefault

Member Function Documentation

◆ is_active()

template<typename object_type >
virtual bool lua_validator< object_type >::is_active ( lua_State *  L,
const object_type &  obj 
) const
pure virtual

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