MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ParseState

Method ParseState

tests/catch.hpp:6936–6939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6934 public:
6935
6936 ParseState( ParseResultType type, TokenStream const &remainingTokens )
6937 : m_type(type),
6938 m_remainingTokens( remainingTokens )
6939 {}
6940
6941 auto type() const -> ParseResultType { return m_type; }
6942 auto remainingTokens() const -> TokenStream { return m_remainingTokens; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected