COOPY » Guide  version 0.6.5
Public Member Functions
coopy::cmp::Mover Class Reference

#include <Mover.h>

Public Member Functions

bool move (const std::vector< int > &src, const std::vector< int > &dest, std::vector< int > &order)
bool move (const std::vector< int > &src, const std::vector< int > &dest, std::vector< int > &order, std::vector< int > &forbidden, int depth)

Detailed Description

Definition at line 14 of file Mover.h.


Member Function Documentation

bool coopy::cmp::Mover::move ( const std::vector< int > &  src,
const std::vector< int > &  dest,
std::vector< int > &  order 
) [inline]

Definition at line 20 of file Mover.h.

Referenced by coopy::cmp::PatchParser::applyHiliteBook(), and coopy::cmp::Merger::merge().

bool Mover::move ( const std::vector< int > &  src,
const std::vector< int > &  dest,
std::vector< int > &  order,
std::vector< int > &  forbidden,
int  depth 
)

Definition at line 11 of file Mover.cpp.

References dbg_printf.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines