MCPcopy Create free account
hub / github.com/KLayout/klayout / group

Method group

src/laybasic/laybasic/layAbstractMenu.cc:2002–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000}
2001
2002std::vector<std::string>
2003AbstractMenu::group (const std::string &name) const
2004{
2005 std::vector<std::string> grp;
2006 collect_group (grp, name, m_root);
2007 return grp;
2008}
2009
2010std::vector<lay::Action *>
2011AbstractMenu::group_actions (const std::string &name)

Callers 15

minor_versionMethod · 0.80
major_versionMethod · 0.80
versionMethod · 0.80
GetKLayoutVersionFromFunction · 0.80
parse_archs_via_lipoFunction · 0.80
deps_from_otoolFunction · 0.80
_call_f_group_c0Function · 0.80
_call_f_group_c0Function · 0.80
_call_f_group_c0Function · 0.80
_call_f_group_c0Function · 0.80
_call_f_group_c0Function · 0.80
_call_f_group_c0Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected