DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Member Functions | List of all members
Diades::Automata::Experimental::ReadEvent< EventType > Struct Template Reference

#include <AutFileDescriptor.hh>

Public Member Functions

bool operator() (std::istream &stream, EventType &event) const
 

Detailed Description

template<typename EventType>
struct Diades::Automata::Experimental::ReadEvent< EventType >

Read an event from a *.aut file

Parameters
streamthe stream that contain the event
eventthe return event
Returns
true if the read is a success

Definition at line 33 of file AutFileDescriptor.hh.

Member Function Documentation

◆ operator()()

template<typename EventType >
bool Diades::Automata::Experimental::ReadEvent< EventType >::operator() ( std::istream &  stream,
EventType &  event 
) const
inline

Definition at line 36 of file AutFileDescriptor.hh.


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