MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~TriValueBinding

Method ~TriValueBinding

trinity/TriValueBinding.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25TriValueBinding::~TriValueBinding()
26{
27 ITriReroutablePtr rp( BlueCastPtr( GetCurrentDestinationObject() ) );
28 if( rp )
29 {
30 rp->UnregisterBinding( this );
31 }
32}
33
34void TriValueBinding::CopyValue()
35{

Callers

nothing calls this directly

Calls 1

UnregisterBindingMethod · 0.45

Tested by

no test coverage detected