HOG2
|
#include <RubiksCubeCorners.h>
Public Member Functions | |
int | length () |
Public Attributes | |
RubiksCornersAction | act |
RubikCornerMove * | next |
Definition at line 107 of file RubiksCubeCorners.h.
|
inline |
Definition at line 111 of file RubiksCubeCorners.h.
References length(), and next.
Referenced by length().
RubiksCornersAction RubikCornerMove::act |
Definition at line 109 of file RubiksCubeCorners.h.
Referenced by RubiksCorner::ApplyMove(), RubiksCorner::RubiksCorner(), and RubiksCorner::UndoMove().
RubikCornerMove* RubikCornerMove::next |
Definition at line 110 of file RubiksCubeCorners.h.
Referenced by length(), and RubiksCorner::RubiksCorner().