faudes::node_entry_t< VLabel, ELabel > Struct Template Reference

Detailed Description

template<class VLabel, class ELabel>
struct faudes::node_entry_t< VLabel, ELabel >

A node-entry represents one edge.

For our use, this corresponds to one transition and the edge-label is the event index.

Definition at line 298 of file cfl_project.cpp.

Public Member Functions

 node_entry_t (void)
 
 node_entry_t (const node_entry_t< VLabel, ELabel > &ent)
 
 node_entry_t (ELabel ev, graph_iterator_t< VLabel, ELabel > x2it)
 
bool operator< (const node_entry_t< VLabel, ELabel > &ent) const
 

Public Attributes

ELabel Ev
 
graph_iterator_t< VLabel, ELabel > X2It
 

Constructor & Destructor Documentation

◆ node_entry_t() [1/3]

template<class VLabel , class ELabel >
faudes::node_entry_t< VLabel, ELabel >::node_entry_t ( void  )
inline

Definition at line 303 of file cfl_project.cpp.

◆ node_entry_t() [2/3]

template<class VLabel , class ELabel >
faudes::node_entry_t< VLabel, ELabel >::node_entry_t ( const node_entry_t< VLabel, ELabel > &  ent)
inline

Definition at line 304 of file cfl_project.cpp.

◆ node_entry_t() [3/3]

template<class VLabel , class ELabel >
faudes::node_entry_t< VLabel, ELabel >::node_entry_t ( ELabel  ev,
graph_iterator_t< VLabel, ELabel >  x2it 
)
inline

Definition at line 306 of file cfl_project.cpp.

Member Function Documentation

◆ operator<()

template<class VLabel , class ELabel >
bool faudes::node_entry_t< VLabel, ELabel >::operator< ( const node_entry_t< VLabel, ELabel > &  ent) const
inline

Definition at line 309 of file cfl_project.cpp.

Member Data Documentation

◆ Ev

template<class VLabel , class ELabel >
ELabel faudes::node_entry_t< VLabel, ELabel >::Ev

Definition at line 300 of file cfl_project.cpp.

◆ X2It

template<class VLabel , class ELabel >
graph_iterator_t< VLabel , ELabel > faudes::node_entry_t< VLabel, ELabel >::X2It

Definition at line 301 of file cfl_project.cpp.


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

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen