The point_walker class allows execution of statically-defined control points. More...
Public Member Functions | |
| template<typename ElementType > | |
| void | visit_type () const |
| Handle the tuple type ElementType. | |
The point_walker class allows execution of statically-defined control points.
| void visit_type | ( | ) | const |
Handle the tuple type ElementType.
| ElementType | The tuple element type. This can either be a control_points_enum or a cycle. Cycles are defined by the specialization and must conform to the interface used in the appropriate visit_type method. |