ug4
|
internal structure to hold all functions More...
#include <function_pattern.h>
Public Member Functions | |
Function (const char *name_, LFEID id_, bool everywhere_, const SubsetGroup &subsetIndices_) | |
bool | is_def_everywhere () const |
bool | is_def_in_subset (int si) const |
Public Attributes | |
bool | everywhere |
LFEID | id |
std::string | name |
SubsetGroup | subsetIndices |
internal structure to hold all functions
|
inline |
|
inline |
References everywhere.
|
inline |
References ug::SubsetGroup::contains(), everywhere, and subsetIndices.
bool ug::FunctionPattern::Function::everywhere |
Referenced by is_def_everywhere(), and is_def_in_subset().
LFEID ug::FunctionPattern::Function::id |
std::string ug::FunctionPattern::Function::name |
SubsetGroup ug::FunctionPattern::Function::subsetIndices |
Referenced by is_def_in_subset().