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

Class BoundValueRefBase

tests/catch.hpp:7007–7009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7005 virtual auto isFlag() const -> bool { return false; }
7006 };
7007 struct BoundValueRefBase : BoundRef {
7008 virtual auto setValue( std::string const &arg ) -> ParserResult = 0;
7009 };
7010 struct BoundFlagRefBase : BoundRef {
7011 virtual auto setFlag( bool flag ) -> ParserResult = 0;
7012 virtual auto isFlag() const -> bool { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected