Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PlayerIndex.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
#include <limits>
5
6
namespace
storm::storage
{
7
typedef
uint64_t
PlayerIndex
;
8
PlayerIndex
const
INVALID_PLAYER_INDEX
= std::numeric_limits<PlayerIndex>::max();
9
}
// namespace storm::storage
storm::storage
Definition
DFTBuilder.h:15
storm::storage::INVALID_PLAYER_INDEX
PlayerIndex const INVALID_PLAYER_INDEX
Definition
PlayerIndex.h:8
storm::storage::PlayerIndex
uint64_t PlayerIndex
Definition
PlayerIndex.h:7
src
storm
storage
PlayerIndex.h
Generated by
1.9.8