MCPcopy Create free account
hub / github.com/csyonghe/Spire / DestroyConditional

Function DestroyConditional

Source/SpireCore/Preprocessor.cpp:931–934  ·  view source on GitHub ↗

Destroy a preprocessor conditional.

Source from the content-addressed store, hash-verified

929
930// Destroy a preprocessor conditional.
931static void DestroyConditional(PreprocessorConditional* conditional)
932{
933 delete conditional;
934}
935
936// Start a preprocessor conditional, with an initial enable/disable state.
937static void BeginConditional(PreprocessorDirectiveContext* context, bool enable)

Callers 2

EndInputStreamFunction · 0.85
HandleEndIfDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected