MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / get

Method get

extern/json/json.hpp:11830–11834  ·  view source on GitHub ↗

! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input reached EOF, but returns a -'ve valued `std::char_traits ::eof()` in that case. @return character read from the input */

Source from the content-addressed store, hash-verified

11828 @return character read from the input
11829 */
11830 char_int_type get()
11831 {
11832 ++chars_read;
11833 return current = ia.get_character();
11834 }
11835
11836 /*!
11837 @return character read from the input after ignoring all 'N' entries

Callers 8

createFunction · 0.45
parseFunction · 0.45
acceptFunction · 0.45
sax_parseFunction · 0.45
from_cborFunction · 0.45
from_msgpackFunction · 0.45
from_ubjsonFunction · 0.45
from_bsonFunction · 0.45

Calls 1

get_characterMethod · 0.45

Tested by

no test coverage detected