Searched refs:CBitParameterBlock (Results 1 – 4 of 4) sorted by relevance
39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock() function in CBitParameterBlock44 CInstanceConfigurableElement::Type CBitParameterBlock::getType() const in getType()50 size_t CBitParameterBlock::getFootPrint() const in getFootPrint()56 size_t CBitParameterBlock::getSize() const in getSize()62 void CBitParameterBlock::setDefaultValues(CParameterAccessContext ¶meterAccessContext) const in setDefaultValues()
34 class CBitParameterBlock : public CInstanceConfigurableElement37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
73 return new CBitParameterBlock(getName(), this); in doInstantiate()
56 return static_cast<const CBitParameterBlock *>(getParent())->getSize(); in getBelongingBlockSize()