All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::rating::BlockGroup Struct Reference

#include <group.h>

Inheritance diagram for osl::rating::BlockGroup:
Inheritance graph
[legend]
Collaboration diagram for osl::rating::BlockGroup:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BlockGroup ()
void show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const
int findMatch (const NumEffectState &state, Move move, const RatingEnv &) const
bool effectiveInCheck () const

Detailed Description

Definition at line 121 of file group.h.


Constructor & Destructor Documentation

Definition at line 123 of file group.h.


Member Function Documentation

bool osl::rating::BlockGroup::effectiveInCheck ( ) const [inline, virtual]

Reimplemented from osl::rating::Group.

Definition at line 142 of file group.h.

int osl::rating::BlockGroup::findMatch ( const NumEffectState &  state,
Move  m,
const RatingEnv env 
) const [inline, virtual]
Returns:
-1 if not found

Reimplemented from osl::rating::Group.

Definition at line 136 of file group.h.

References osl::alt(), count, osl::rating::Block::count(), and osl::Move::to().

void osl::rating::BlockGroup::show ( std::ostream &  os,
int  name_width,
const range_t range,
const vector< double > &  weights 
) const [inline, virtual]

Reimplemented from osl::rating::Group.

Definition at line 131 of file group.h.

References osl::rating::Group::showAll().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines