MCPcopy Create free account
hub / github.com/Illumina/hap.py / getNextChar

Method getNextChar

external/jsoncpp/jsoncpp.cpp:936–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934Value &Reader::currentValue() { return *(nodes_.top()); }
935
936Reader::Char Reader::getNextChar() {
937 if (current_ == end_)
938 return 0;
939 return *current_++;
940}
941
942void Reader::getLocationLineAndColumn(Location location,
943 int &line,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected