The Battle for Wesnoth  1.19.8+dev
Public Member Functions | Public Attributes | List of all members
dummy_object Struct Reference
Inheritance diagram for dummy_object:

Public Member Functions

 dummy_object (const std::string &s)
 
- Public Member Functions inherited from enable_lua_ptr< dummy_object >
 enable_lua_ptr (dummy_object *tp)
 
 enable_lua_ptr (enable_lua_ptr &&o)
 
enable_lua_ptroperator= (enable_lua_ptr &&o)
 

Public Attributes

std::string value
 

Detailed Description

Definition at line 23 of file test_lua_ptr.cpp.

Constructor & Destructor Documentation

◆ dummy_object()

dummy_object::dummy_object ( const std::string &  s)
inline

Definition at line 25 of file test_lua_ptr.cpp.

Member Data Documentation

◆ value

std::string dummy_object::value

Definition at line 24 of file test_lua_ptr.cpp.


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