#include <point_walker.hh>
|
| point_walker (int argc, char **argv) |
|
template<typename ELEMENT_TYPE > |
void | visit_type () |
|
void | walk (TUPLE_TYPE &t) |
|
void | walk_types () |
|
template<typename CONTROL_POLICY>
struct flecsi::control::point_walker< CONTROL_POLICY >
The point_walker class allows execution of statically-defined control points.
◆ visit_type()
template<typename CONTROL_POLICY >
template<typename ELEMENT_TYPE >
Handle the tuple type ELEMENT_TYPE.
- Template Parameters
-
ELEMENT_TYPE | The tuple element type. This can either be a size_t or a cycle. Cycles are defined by the specialization and must conform to the interface used in the appropriate visit_type method. |
The documentation for this struct was generated from the following file: