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

#include <Bloc.hxx>

Public Types

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

Static Public Member Functions

static Nexts getNexts (Node *node)
 

Detailed Description

Definition at line 114 of file Bloc.hxx.

Member Typedef Documentation

◆ Iterator

typedef std::list< std::pair<InGate *,bool> >::iterator YACS::ENGINE::CFDirectionVisTraits< true >::Iterator

Definition at line 116 of file Bloc.hxx.

◆ Nexts

typedef std::list< std::pair<InGate *,bool> >& YACS::ENGINE::CFDirectionVisTraits< true >::Nexts

Definition at line 117 of file Bloc.hxx.

Member Function Documentation

◆ getNexts()

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

Definition at line 118 of file Bloc.hxx.

118 { return node->getOutGate()->edMapInGate(); }

References YACS::ENGINE::OutGate::edMapInGate(), and YACS::ENGINE::Node::getOutGate().


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