The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
ng::depcheck::manager::elem Struct Reference

represents a component (era, modification or scenario) More...

Public Member Functions

 elem (const std::string &_id, const std::string &_type)
 
bool operator== (const elem &e) const
 
bool operator!= (const elem &e) const
 

Public Attributes

std::string id
 
std::string type
 

Detailed Description

represents a component (era, modification or scenario)

Definition at line 170 of file depcheck.hpp.

Constructor & Destructor Documentation

◆ elem()

ng::depcheck::manager::elem::elem ( const std::string &  _id,
const std::string &  _type 
)
inline

Definition at line 171 of file depcheck.hpp.

Member Function Documentation

◆ operator!=()

bool ng::depcheck::manager::elem::operator!= ( const elem e) const
inline

Definition at line 182 of file depcheck.hpp.

References e.

◆ operator==()

bool ng::depcheck::manager::elem::operator== ( const elem e) const
inline

Definition at line 179 of file depcheck.hpp.

References e, and type.

Member Data Documentation

◆ id

std::string ng::depcheck::manager::elem::id

◆ type

std::string ng::depcheck::manager::elem::type

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