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 |
represents a component (era, modification or scenario)
Definition at line 170 of file depcheck.hpp.
|
inline |
Definition at line 171 of file depcheck.hpp.
|
inline |
Definition at line 182 of file depcheck.hpp.
References e.
|
inline |
Definition at line 179 of file depcheck.hpp.
std::string ng::depcheck::manager::elem::id |
Definition at line 176 of file depcheck.hpp.
Referenced by ng::depcheck::manager::change_modifications(), ng::depcheck::manager::does_conflict(), and ng::depcheck::manager::does_require().
std::string ng::depcheck::manager::elem::type |
Definition at line 177 of file depcheck.hpp.
Referenced by ng::depcheck::manager::does_conflict(), ng::depcheck::manager::does_require(), and operator==().