Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

CHPI Class Reference

SLICK ringstacking component. More...

#include <CHPI.h>

List of all members.

Setup Methods

virtual bool setup () throw ()
 Setup method.
virtual double calculateScore () throw ()
Options options

Public Member Functions

Constructors and Destructors
 throw ()
 Default constructor.
 throw ()
 Constructor.
 throw ()
 Copy constructor.
virtual ~CHPI () throw ()
 Destructor.
Assignment
const CHPIoperator= (const CHPI &chpi) throw ()
 Assignment.
virtual void clear () throw ()
 Clear method.
Predicates.
bool operator== (const CHPI &chpi) const throw ()


Detailed Description

SLICK ringstacking component.

{ Definition:} {BALL/SCORING/COMPONENTS/CHPI.h}


Constructor & Destructor Documentation

virtual CHPI::~CHPI  )  throw () [virtual]
 

Destructor.


Member Function Documentation

virtual void CHPI::clear  )  throw () [virtual]
 

Clear method.

const CHPI& CHPI::operator= const CHPI chpi  )  throw ()
 

Assignment.

virtual bool CHPI::setup  )  throw () [virtual]
 

Setup method.

CHPI::throw  ) 
 

Constructor.

CHPI::throw  ) 
 

Default constructor.