| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/Strategy.html | Nouvelle recherche | Portail wanayoo |
Strategy is a base class for describing families of alogrithms.
Strategy is a base class for describing families of alogrithms. Strategy lets the alogrithm vary independently from clients that use them.
Strategy( StrategyCref )
virtual ~Strategy( void )
StrategyRef operator=( StrategyCref )
bool operator==( StrategyCref ) const
bool operator!=( StrategyCref ) const