PandA-2024.02
Public Member Functions | Data Fields
EdgeProperty Struct Reference

The property associated with edge. More...

#include <graph.hpp>

Collaboration diagram for EdgeProperty:
Collaboration graph
[legend]

Public Member Functions

 EdgeProperty ()
 Default constructor. More...
 
 EdgeProperty (int _selector)
 Constructor with selector. More...
 
 EdgeProperty (const int _selector, EdgeInfoRef _info)
 Constructor with selector and property. More...
 

Data Fields

int selector
 The selector associated with the edge. More...
 
EdgeInfoRef info
 The info associated with an edge. More...
 

Detailed Description

The property associated with edge.

Definition at line 204 of file graph.hpp.

Constructor & Destructor Documentation

◆ EdgeProperty() [1/3]

EdgeProperty::EdgeProperty ( )
inline

Default constructor.

Definition at line 216 of file graph.hpp.

◆ EdgeProperty() [2/3]

EdgeProperty::EdgeProperty ( int  _selector)
inlineexplicit

Constructor with selector.

Parameters
_selectoris the selector to be associated with the edge

Definition at line 224 of file graph.hpp.

◆ EdgeProperty() [3/3]

EdgeProperty::EdgeProperty ( const int  _selector,
EdgeInfoRef  _info 
)
inline

Constructor with selector and property.

Parameters
_infois the property to be associated with the edge

Definition at line 232 of file graph.hpp.

Field Documentation

◆ info

EdgeInfoRef EdgeProperty::info

The info associated with an edge.

Definition at line 211 of file graph.hpp.

◆ selector

int EdgeProperty::selector

The selector associated with the edge.

Definition at line 208 of file graph.hpp.


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

Generated on Mon Feb 12 2024 13:03:50 for PandA-2024.02 by doxygen 1.8.13