Searched defs:inherit_attributes (Results 1 – 2 of 2) sorted by relevance
24 struct inherit_attributes struct26 inherit_attributes():m_attributes(){} in inherit_attributes() argument27 inherit_attributes(Attributes const& the_attributes):m_attributes(the_attributes){} in inherit_attributes() function29 typedef Attributes attributes_type;33 get_attribute(Index const&) in get_attribute()42 get_attribute(Index const&)const in get_attribute()53 Attributes m_attributes;
511 def inherit_attributes(self, project_module, parent_module): member in ProjectRegistry