#include <actor_graph_backend.hpp>
Definition at line 72 of file actor_graph_backend.hpp.
◆ ActorGraphBackend()
Constructor.
- Parameters
-
| partitioning_manager | is the partitioning manager |
| actor_graph_backends | are the backend used to print graphs; NOTE: this parameters has to be passed by reference; it is actually allocated in ParallelCWriter |
| c_writer | is the writer used to print content of the actor |
| indented_output_stream | is the output stream |
| parameters | is the set of input parameters |
| verbose | specifies if comments have to be printed |
Definition at line 64 of file actor_graph_backend.cpp.
References ~ActorGraphBackend().
◆ ~ActorGraphBackend()
| ActorGraphBackend::~ActorGraphBackend |
( |
| ) |
|
|
virtualdefault |
◆ GetActorGraphWriter()
| virtual const ActorGraphWriterRef ActorGraphBackend::GetActorGraphWriter |
( |
| ) |
|
|
pure virtual |
- Returns
- the associated writer
◆ WriteActorGraph()
| virtual void ActorGraphBackend::WriteActorGraph |
( |
const ActorGraphManagerConstRef |
actor_graph_manager | ) |
|
|
pure virtual |
Write the implementation of an actor graph.
- Parameters
-
| actor_graph_manager | is the actor graph manager to be created |
◆ WriteBodyLoop()
| virtual void ActorGraphBackend::WriteBodyLoop |
( |
const ActorGraphManagerConstRef |
actor_graph_manager | ) |
|
|
pure virtual |
Write the implementation of the body of a loop associated with an actor graph.
- Parameters
-
| actor_graph_manager | is the actor graph |
◆ actor_graph_backends
◆ c_writer
◆ debug_level
| int ActorGraphBackend::debug_level |
|
protected |
◆ indented_output_stream
◆ parameters
◆ partitioning_manager
| const PartitioningManagerConstRef ActorGraphBackend::partitioning_manager |
|
protected |
◆ verbose
| const bool ActorGraphBackend::verbose |
|
protected |
The documentation for this class was generated from the following files: