Version: 9.15.0
YACS::ENGINE::CFDirectionVisTraits< false > Struct Reference

#include <Bloc.hxx>

Public Types

typedef std::list< std::pair< OutGate *, bool > >::iterator Iterator
 
typedef std::list< std::pair< OutGate *, bool > > & Nexts
 

Static Public Member Functions

static Nexts getNexts (Node *node)
 

Detailed Description

Definition at line 123 of file Bloc.hxx.

Member Typedef Documentation

◆ Iterator

typedef std::list< std::pair<OutGate *,bool> >::iterator YACS::ENGINE::CFDirectionVisTraits< false >::Iterator

Definition at line 125 of file Bloc.hxx.

◆ Nexts

typedef std::list< std::pair<OutGate *,bool> >& YACS::ENGINE::CFDirectionVisTraits< false >::Nexts

Definition at line 126 of file Bloc.hxx.

Member Function Documentation

◆ getNexts()

static Nexts YACS::ENGINE::CFDirectionVisTraits< false >::getNexts ( Node node)
inlinestatic

Definition at line 127 of file Bloc.hxx.

127 { return node->getInGate()->edMapOutGate(); }

References YACS::ENGINE::InGate::edMapOutGate(), and YACS::ENGINE::Node::getInGate().


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