Struct ILLIXR::Dependency
ClassList > ILLIXR > Dependency
Public Attributes
Type | Name |
---|---|
std::map< std::string, std::vector< std::string > > | deps |
std::string | name |
Public Functions
Type | Name |
---|---|
bool | operator== (const Dependency & rhs) const |
bool | operator== (const std::string & rhs) const |
Public Attributes Documentation
variable deps
std::map<std::string, std::vector<std::string> > ILLIXR::Dependency::deps;
variable name
std::string ILLIXR::Dependency::name;
Public Functions Documentation
function operator==
inline bool ILLIXR::Dependency::operator== (
const Dependency & rhs
) const
function operator==
inline bool ILLIXR::Dependency::operator== (
const std::string & rhs
) const
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/src/plugin.cpp