Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEAttributeProperties.h File Reference
#include <config.h>
#include <utils/geom/Position.h>
#include <utils/xml/SUMOSAXAttributes.h>
Include dependency graph for GNEAttributeProperties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GNEAttributeProperties
 

Functions

constexpr bool operator& (GNEAttributeProperties::Edit a, GNEAttributeProperties::Edit b)
 override attribute parent bit operator
 
constexpr bool operator& (GNEAttributeProperties::Property a, GNEAttributeProperties::Property b)
 override attribute parent bit operator
 
constexpr GNEAttributeProperties::Edit operator| (GNEAttributeProperties::Edit a, GNEAttributeProperties::Edit b)
 override attribute parent bit operator
 
constexpr GNEAttributeProperties::Property operator| (GNEAttributeProperties::Property a, GNEAttributeProperties::Property b)
 override attribute parent bit operator
 

Detailed Description

Author
Pablo Alvarez Lopez
Date
Jan 2020

Definition in file GNEAttributeProperties.h.

Function Documentation

◆ operator&() [1/2]

constexpr bool operator& ( GNEAttributeProperties::Edit  a,
GNEAttributeProperties::Edit  b 
)
constexpr

override attribute parent bit operator

Definition at line 389 of file GNEAttributeProperties.h.

◆ operator&() [2/2]

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

override attribute parent bit operator

Definition at line 379 of file GNEAttributeProperties.h.

◆ operator|() [1/2]

override attribute parent bit operator

Definition at line 384 of file GNEAttributeProperties.h.

◆ operator|() [2/2]

override attribute parent bit operator

Definition at line 374 of file GNEAttributeProperties.h.