MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / xpath_lexer

Method xpath_lexer

Source/ThirdParty/pugixml/pugixml.cpp:8021–8024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8019
8020 public:
8021 explicit xpath_lexer(const char_t* query): _cur(query)
8022 {
8023 next();
8024 }
8025
8026 const char_t* state() const
8027 {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected