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

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

List of all members.

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 297 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 302 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 303 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 305 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 308 of file cfl_project.cpp.


Member Data Documentation

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

Definition at line 299 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 300 of file cfl_project.cpp.


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

libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen