MCPcopy Create free account
hub / github.com/MITK/MITK / prefix

Method prefix

Modules/CppMicroServices/src/usLDAPExpr.cpp:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692bool LDAPExpr::ParseState::prefix( const std::string& pre )
693{
694 std::string::iterator startIter = m_str.begin() + m_pos;
695 if (!std::equal(pre.begin(), pre.end(), startIter))
696 return false;
697 m_pos += pre.size();
698 return true;
699}
700
701char LDAPExpr::ParseState::peek()
702{

Callers 3

ParseExprMethod · 0.45
ParseSimpleMethod · 0.45
ParseCaptionMethod · 0.45

Calls 4

equalFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected