MCPcopy Create free account
hub / github.com/cpputest/cpputest / next

Method next

src/CppUTestExt/MockNamedValue.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530MockNamedValueListNode* MockNamedValueListNode::next()
531{
532 return next_;
533}
534
535MockNamedValue* MockNamedValueListNode::item()
536{

Callers 15

callToStringMethod · 0.80
clearMethod · 0.80
addMethod · 0.80
getValueByNameMethod · 0.80
installComparatorMethod · 0.80
installCopierMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected