MCPcopy Create free account
hub / github.com/cinder/Cinder / Iter

Function Iter

include/cinder/Xml.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 {}
104
105 Iter( Container *sequence, Container::iterator iter )
106 : ConstIter( sequence, iter )
107 {}
108
109 Iter( XmlTree &root, const std::string &filterPath, bool caseSensitive, char separator )
110 : ConstIter( root, filterPath, caseSensitive, separator )

Callers 8

Channel.hFile · 0.85
getIterFunction · 0.85
Surface.hFile · 0.85
getIterFunction · 0.85
Xml.hFile · 0.85
findFunction · 0.85
beginFunction · 0.85
endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected