Searched refs:CParameterBlockType (Results 1 – 3 of 3) sorted by relevance
36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName) in CParameterBlockType() function in CParameterBlockType40 std::string CParameterBlockType::getKind() const in getKind()45 bool CParameterBlockType::childrenAreDynamic() const in childrenAreDynamic()50 CInstanceConfigurableElement *CParameterBlockType::doInstantiate() const in doInstantiate()55 void CParameterBlockType::populate(CElement *pElement) const in populate()
36 class CParameterBlockType : public CTypeElement39 CParameterBlockType(const std::string &strName);
2777 "ParameterBlock", new TNamedElementBuilderTemplate<CParameterBlockType>()); in feedElementLibraries()