MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / Parser

Method Parser

generator/VulkanHppGenerator.cpp:13266–13266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13264{
13265public:
13266 Parser( std::string const & expr ) : expr( expr ), pos( 0 ) {}
13267
13268 std::shared_ptr<Node> parse()
13269 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected