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

A node-entry represents one edge. More...

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

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 a transition and the edge-label is the event index.

Definition at line 301 of file cfl_project.cpp.

Constructor & Destructor Documentation

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

Definition at line 306 of file cfl_project.cpp.

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 307 of file cfl_project.cpp.

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 309 of file cfl_project.cpp.

Member Function Documentation

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 312 of file cfl_project.cpp.

Member Data Documentation

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

Definition at line 303 of file cfl_project.cpp.

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

Definition at line 304 of file cfl_project.cpp.


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

libFAUDES 2.28a --- 2016.09.13 --- c++ api documentaion by doxygen