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

Describes a filter parameter. More...

#include <filter.hpp>

Public Attributes

std::string name
 The name of the parameter. More...
 
std::string type
 The C type of the parameter. More...
 
std::string descripton
 Describes what the parameter does. More...
 

Detailed Description

Describes a filter parameter.

Definition at line 72 of file filter.hpp.

Member Data Documentation

std::string tfilter_description::tparameter::descripton

Describes what the parameter does.

Definition at line 81 of file filter.hpp.

Referenced by operator<<().

std::string tfilter_description::tparameter::name

The name of the parameter.

Definition at line 75 of file filter.hpp.

Referenced by operator<<().

std::string tfilter_description::tparameter::type

The C type of the parameter.

Definition at line 78 of file filter.hpp.

Referenced by operator<<().


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