The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
pathfind::marked_route::mark Struct Reference

#include <pathfind.hpp>

Public Member Functions

 mark (int turns_number=0, bool in_zoc=false, bool do_capture=false, bool is_invisible=false)
 
bool operator== (const mark &m) const
 

Public Attributes

int turns
 
bool zoc
 
bool capture
 
bool invisible
 

Detailed Description

Definition at line 168 of file pathfind.hpp.

Constructor & Destructor Documentation

pathfind::marked_route::mark::mark ( int  turns_number = 0,
bool  in_zoc = false,
bool  do_capture = false,
bool  is_invisible = false 
)
inline

Definition at line 170 of file pathfind.hpp.

Member Function Documentation

bool pathfind::marked_route::mark::operator== ( const mark m) const
inline

Definition at line 179 of file pathfind.hpp.

References capture, invisible, turns, and zoc.

Member Data Documentation

bool pathfind::marked_route::mark::capture

Definition at line 176 of file pathfind.hpp.

Referenced by operator==().

bool pathfind::marked_route::mark::invisible

Definition at line 177 of file pathfind.hpp.

Referenced by operator==().

int pathfind::marked_route::mark::turns

Definition at line 174 of file pathfind.hpp.

Referenced by operator==().

bool pathfind::marked_route::mark::zoc

Definition at line 175 of file pathfind.hpp.

Referenced by operator==().


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