Searched refs:CBitParameterBlockType (Results 1 – 5 of 5) sorted by relevance
38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) in CBitParameterBlockType() function in CBitParameterBlockType42 string CBitParameterBlockType::getKind() const in getKind()47 bool CBitParameterBlockType::childrenAreDynamic() const in childrenAreDynamic()53 size_t CBitParameterBlockType::getSize() const in getSize()59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml()71 CInstanceConfigurableElement *CBitParameterBlockType::doInstantiate() const in doInstantiate()77 void CBitParameterBlockType::toXml(CXmlElement &xmlElement, in toXml()
36 class CBitParameterBlockType : public CTypeElement39 CBitParameterBlockType(const std::string &strName);
84 const CBitParameterBlockType *pBitParameterBlockType = in fromXml()85 static_cast<const CBitParameterBlockType *>(getParent()); in fromXml()
58 return static_cast<const CBitParameterBlockType *>(getTypeElement())->getSize(); in getSize()
2773 "BitParameterBlock", new TNamedElementBuilderTemplate<CBitParameterBlockType>()); in feedElementLibraries()