libscid
0.1.0
Chess applications made easy.
Loading...
Searching...
No Matches
traversal.h
1
#pragma once
2
3
#include "scid/core/game_cursor.h"
4
5
namespace
scid::core::pgn {
6
7
bool
nextLocation(GameCursor& cursor);
8
bool
seekLocation(GameCursor& cursor,
unsigned
location);
9
unsigned
locationOf(
const
GameCursor& cursor);
10
unsigned
offsetOf(
const
GameCursor& cursor);
11
12
}
// namespace scid::core::pgn
libs
core
include
scid
core
pgn
traversal.h
Generated by
1.9.8