Interface Documentation
Version: invalid
Classes | Public Types | List of all members
flecsi::unit::control_policy Struct Reference

#include <unit.hh>

Classes

struct  node_policy
 

Public Types

using control_points_enum = test_control_points
 
template<auto CP>
using control_point = flecsi::control_point< CP >
 
using control_points = std::tuple< control_point< control_points_enum::initialization >, control_point< control_points_enum::driver >, control_point< control_points_enum::finalization > >
 

Detailed Description

The control_policy type defines the control policy for the FleCSI unit test framework. It is a good example of a non-cycling control flow that provides basic control points.


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