#include <AI.h>
Veřejné typy | |
enum | traced_t { NO_TRACE, CANT_OVER, CAN_OVER } |
Veřejné metody | |
traceValue_t () | |
bool | wasNotTraced () |
bool | canGoOver () |
bool | cannotGoOver () |
void | setCannotGoOver () |
Uint16 | getDepth () |
void | setDepth (Uint16 depth) |
void | setFromField (const traceField_t &fromField) |
const traceField_t & | getFromField () |
Privátní atributy | |
Uint16 | depth_ |
traced_t | traced_ |
traceField_t | fromField_ |
AI_9::traceValue_t::traceValue_t | ( | ) | [inline] |
bool AI_9::traceValue_t::wasNotTraced | ( | ) | [inline] |
bool AI_9::traceValue_t::canGoOver | ( | ) | [inline] |
bool AI_9::traceValue_t::cannotGoOver | ( | ) | [inline] |
void AI_9::traceValue_t::setCannotGoOver | ( | ) | [inline] |
Uint16 AI_9::traceValue_t::getDepth | ( | ) | [inline] |
void AI_9::traceValue_t::setDepth | ( | Uint16 | depth | ) | [inline] |
void AI_9::traceValue_t::setFromField | ( | const traceField_t & | fromField | ) | [inline] |
const traceField_t& AI_9::traceValue_t::getFromField | ( | ) | [inline] |
Uint16 AI_9::traceValue_t::depth_ [private] |
traced_t AI_9::traceValue_t::traced_ [private] |
traceField_t AI_9::traceValue_t::fromField_ [private] |