STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Friends | Related Functions
stapl::runtime::full_location Class Reference

Describes a location as a tuple of a gang id and a location id. More...

Public Member Functions

constexpr full_location (const gang_id gid=invalid_gang_id, const location_id lid=invalid_location_id) noexcept
 
constexpr gang_id get_gang_id (void) const noexcept
 
constexpr location_id get_location_id (void) const noexcept
 
constexpr bool valid (void) const noexcept
 
std::size_t hash_code (void) const noexcept
 

Friends

constexpr bool operator== (full_location const &x, full_location const &y) noexcept
 
constexpr bool operator!= (full_location const &x, full_location const &y) noexcept
 
constexpr bool operator< (full_location const &x, full_location const &y) noexcept
 
constexpr bool operator> (full_location const &x, full_location const &y) noexcept
 

Related Functions

(Note that these are not member functions.)

std::size_t hash_value (full_location const &l) noexcept
 Hash value creation function for full_location. More...
 

Detailed Description

Describes a location as a tuple of a gang id and a location id.


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