|
void | insert (const string &name) |
|
bool | operator() (const VariableManager::value_type &v) const |
|
bool | operator() (const VariableManager::VariableValues::value_type &l) const |
|
Definition at line 30 of file schema0.cc.
◆ insert()
void schema0::anonymous_namespace{schema0.cc}::IsOrphan::insert |
( |
const string & |
name | ) |
|
|
inline |
◆ operator()() [1/2]
bool schema0::anonymous_namespace{schema0.cc}::IsOrphan::operator() |
( |
const VariableManager::value_type & |
v | ) |
const |
|
inline |
Definition at line 34 of file schema0.cc.
35 return ids.contains(v.second.name);
◆ operator()() [2/2]
bool schema0::anonymous_namespace{schema0.cc}::IsOrphan::operator() |
( |
const VariableManager::VariableValues::value_type & |
l | ) |
const |
|
inline |
◆ ids
set<string> schema0::anonymous_namespace{schema0.cc}::IsOrphan::ids |
The documentation for this struct was generated from the following file: