Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNETagProperties.h File Reference
Include dependency graph for GNETagProperties.h:

Go to the source code of this file.

Data Structures

class  GNETagProperties

Functions

constexpr bool operator& (GNETagProperties::Conflicts a, GNETagProperties::Conflicts b)
 override tag parent bit operator
constexpr bool operator& (GNETagProperties::Over a, GNETagProperties::Over b)
 override tag parent bit operator
constexpr bool operator& (GNETagProperties::Property a, GNETagProperties::Property b)
 override tag parent bit operator
constexpr bool operator& (GNETagProperties::Type a, GNETagProperties::Type b)
 override tag parent bit operator
constexpr GNETagProperties::Conflicts operator| (GNETagProperties::Conflicts a, GNETagProperties::Conflicts b)
 override tag parent bit operator
constexpr GNETagProperties::Over operator| (GNETagProperties::Over a, GNETagProperties::Over b)
 override tag parent bit operator
constexpr GNETagProperties::Property operator| (GNETagProperties::Property a, GNETagProperties::Property b)
 override tag parent bit operator
constexpr GNETagProperties::Type operator| (GNETagProperties::Type a, GNETagProperties::Type b)
 override tag parent bit operator

Detailed Description

Author
Pablo Alvarez Lopez
Date
Jan 2020

Definition in file GNETagProperties.h.

Function Documentation

◆ operator&() [1/4]

bool operator& ( GNETagProperties::Conflicts a,
GNETagProperties::Conflicts b )
constexpr

override tag parent bit operator

Definition at line 692 of file GNETagProperties.h.

◆ operator&() [2/4]

bool operator& ( GNETagProperties::Over a,
GNETagProperties::Over b )
constexpr

override tag parent bit operator

Definition at line 682 of file GNETagProperties.h.

◆ operator&() [3/4]

bool operator& ( GNETagProperties::Property a,
GNETagProperties::Property b )
constexpr

override tag parent bit operator

Definition at line 672 of file GNETagProperties.h.

◆ operator&() [4/4]

bool operator& ( GNETagProperties::Type a,
GNETagProperties::Type b )
constexpr

override tag parent bit operator

Definition at line 662 of file GNETagProperties.h.

◆ operator|() [1/4]

override tag parent bit operator

Definition at line 687 of file GNETagProperties.h.

◆ operator|() [2/4]

override tag parent bit operator

Definition at line 677 of file GNETagProperties.h.

◆ operator|() [3/4]

override tag parent bit operator

Definition at line 667 of file GNETagProperties.h.

◆ operator|() [4/4]

override tag parent bit operator

Definition at line 657 of file GNETagProperties.h.