MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ITransientExpression

Method ITransientExpression

unittests/catch.hpp:1298–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 virtual void streamReconstructedExpression( std::ostream &os ) const = 0;
1297
1298 ITransientExpression( bool isBinaryExpression, bool result )
1299 : m_isBinaryExpression( isBinaryExpression ),
1300 m_result( result )
1301 {}
1302
1303 // We don't actually need a virtual destructor, but many static analysers
1304 // complain if it's not here :-(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected