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

Method peek

Modules/CppMicroServices/src/usLDAPExpr.cpp:701–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701char LDAPExpr::ParseState::peek()
702{
703 if ( m_pos >= m_str.size() )
704 {
705 throw std::out_of_range( "LDAPExpr" );
706 }
707 return m_str.at(m_pos);
708}
709
710void LDAPExpr::ParseState::skip( int n )
711{

Callers 1

ParseExprMethod · 0.80

Calls 2

atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected