H A D | property.py | 12 self.typeName = kwargs.pop("type", None) 28 # Wrap string type default values with double-quotes 41 elif self.defaultValue.lower() == "-infinity": 43 f"-std::numeric_limits<{self.cppTypeName}>::infinity()" 86 def cppTypeParam(self, interface, full=False, typename="common"): argument 87 return self.__cppTypeParam(interface, self.cppTypeName, full, typename) 89 def default_value(self, interface): argument 95 p_type = self.cppTypeParam(interface) 100 self, interface, cppTypeNam argument 119 enum_headers(self, interface=None) global() argument 123 __enum_headers(self, typeTuple, interface=None) global() argument 334 cpp_includes(self, interface) global() argument [all...] |