OSM::Member

Search for usage in LXR

#include <datatypes.h>

Public Member Functions

bool operator== (const Member &other) const
 
constexpr Role role () const
 
constexpr void setRole (Role role)
 
constexpr void setType (Type type)
 
constexpr Type type () const
 

Public Attributes

Id id
 

Detailed Description

A member in a relation.

Definition at line 282 of file datatypes.h.

Member Function Documentation

◆ operator==()

bool OSM::Member::operator== ( const Member & other) const
inline

Definition at line 284 of file datatypes.h.

◆ role()

constexpr Role OSM::Member::role ( ) const
inlineconstexpr

Definition at line 288 of file datatypes.h.

◆ setRole()

constexpr void OSM::Member::setRole ( Role role)
inlineconstexpr

Definition at line 292 of file datatypes.h.

◆ setType()

constexpr void OSM::Member::setType ( Type type)
inlineconstexpr

Definition at line 301 of file datatypes.h.

◆ type()

constexpr Type OSM::Member::type ( ) const
inlineconstexpr

Definition at line 297 of file datatypes.h.

Member Data Documentation

◆ id

Id OSM::Member::id

Definition at line 286 of file datatypes.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.