MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / callback

Function callback

source/RenderGraph/DotExport.cpp:215–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214 template< typename CharType >
215 inline void callback( std::ios_base::event ev, std::ios_base & ios, int )
216 {
217 if ( BasicIndentBufferManager< CharType >::instances()
218 && ev == std::ios_base::erase_event )
219 {
220 BasicIndentBufferManager< CharType >::instance()->erase( ios );
221 }
222 }
223
224 struct Indent
225 {

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected