MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / caseMemberIsVoid

Method caseMemberIsVoid

erpcgen/src/types/Type.cpp:547–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545/* UnionCase */
546
547bool UnionCase::caseMemberIsVoid() const
548{
549 if (1 == m_memberDeclarationNames.size() && "void" == m_memberDeclarationNames[0])
550 {
551 return true;
552 }
553 return false;
554}
555
556string UnionCase::getDescription() const
557{

Callers 8

getEncodeDecodeCallMethod · 0.80
isNeedCallFreeMethod · 0.80
containsStringMethod · 0.80
containsListMethod · 0.80
getTypeInfoMethod · 0.80
getTypeInfoMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected