Fawkes API  Fawkes Development Version
WorldModelObjPosMajorityFuser::OpiWrapper Class Reference

Wrapper that compares by the Opi's id(). More...

List of all members.

Public Member Functions

 OpiWrapper (Opi *opi)
 Wrapper creator.
 operator Opi * () const
 Dereferencing operator.
bool operator== (const OpiWrapper &o) const
 Equality operator.
bool operator< (const OpiWrapper &o) const
 Less than operator.
Opiopi ()
 Call operator.
const Opiopi () const
 Const call operator.

Detailed Description

Wrapper that compares by the Opi's id().


Constructor & Destructor Documentation

WorldModelObjPosMajorityFuser::OpiWrapper::OpiWrapper ( Opi opi) [inline]

Wrapper creator.

Parameters:
opiObject position interface to compare to

Definition at line 68 of file objpos_majority.h.


Member Function Documentation

WorldModelObjPosMajorityFuser::OpiWrapper::operator Opi * ( ) const [inline]

Dereferencing operator.

Returns:
pointer to object position interface.

Definition at line 71 of file objpos_majority.h.

bool WorldModelObjPosMajorityFuser::OpiWrapper::operator< ( const OpiWrapper o) const [inline]

Less than operator.

Parameters:
oother object position wrapper to compare to
Returns:
true of the the given interface is small than this one

Definition at line 83 of file objpos_majority.h.

bool WorldModelObjPosMajorityFuser::OpiWrapper::operator== ( const OpiWrapper o) const [inline]

Equality operator.

Parameters:
oother object position wrapper to compare to
Returns:
true of the interfaces are the same, false otherwise

Definition at line 77 of file objpos_majority.h.

Opi* WorldModelObjPosMajorityFuser::OpiWrapper::opi ( ) [inline]

Call operator.

Returns:
wrapped interface

Definition at line 87 of file objpos_majority.h.

const Opi* WorldModelObjPosMajorityFuser::OpiWrapper::opi ( ) const [inline]

Const call operator.

Returns:
const wrapped interface

Definition at line 91 of file objpos_majority.h.


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