by::bindTacticable Class Referenceabstract

Interface for binding tactics in memory management. More...

#include <bindTacticable.hpp>

Inheritance diagram for by::bindTacticable:
by::weakTactic by::strTactic by::immutableTactic

Public Member Functions

virtual void rel (binder &me)=0
 
virtual nbool bind (binder &me, const instance &it)=0
 
nbool bind (binder &me, const instance *it) BY_SIDE_FUNC(it
 
nbool bind (me, *it)
 

Detailed Description

Interface for binding tactics in memory management.

Defines the contract for different binding strategies used by binder objects. Allows customization of binding and release behaviors.


The documentation for this class was generated from the following file: