Poplar and PopLibs
poplar::ErrorLocation Struct Reference

Uniquely identify the location of an error within a Poplar Device. More...

#include <Error.hpp>

Public Member Functions

 operator bool () const noexcept
 
unsigned getTile () const noexcept
 

Detailed Description

Uniquely identify the location of an error within a Poplar Device.

Member Function Documentation

◆ getTile()

unsigned poplar::ErrorLocation::getTile ( ) const
noexcept
Returns
The tile on which the error will occur or has occurred.

◆ operator bool()

poplar::ErrorLocation::operator bool ( ) const
explicitnoexcept
Returns
true if ErrorLocation has been set and false otherwise. For a default constructed ErrorLocation this will return false.

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