★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/Strategy.htmlNouvelle recherche | Portail wanayoo

class corelinux::Strategy

Strategy is a base class for describing families of alogrithms.

Inheritance:


Public Methods

[more] Strategy( StrategyCref )
Copy Constructor
[more] Strategy( void )
Default Constructor
[more]bool operator!=( StrategyCref ) const
Non-equality operator overload
[more]StrategyRef operator=( StrategyCref )
Assignment operator overload
[more]bool operator==( StrategyCref ) const
Equality operator overload
[more]virtual ~Strategy( void )
Virtual Destructor


Documentation

Strategy is a base class for describing families of alogrithms. Strategy lets the alogrithm vary independently from clients that use them.
o Strategy( void )
Default Constructor

o Strategy( StrategyCref )
Copy Constructor
Parameters:
Strategy - const reference

ovirtual ~Strategy( void )
Virtual Destructor

oStrategyRef operator=( StrategyCref )
Assignment operator overload
Returns:
Strategy reference to self
Parameters:
Strategy - const reference

obool operator==( StrategyCref ) const
Equality operator overload
Returns:
true if equal, false otherwise
Parameters:
Strategy - const reference

obool operator!=( StrategyCref ) const
Non-equality operator overload
Returns:
false if equal, true otherwise
Parameters:
Strategy - const reference


Direct child classes:
Allocator



This page was generated with the help of DOC++.