atlas  0.6
Public Member Functions | Public Attributes | List of all members
atlas::interpreter::cfor_node Struct Reference

#include <parse_types.h>

Collaboration diagram for atlas::interpreter::cfor_node:
Collaboration graph
[legend]

Public Member Functions

 cfor_node (id_type id, expr &&count, expr &&bound, expr &&body, unsigned flags)
 

Public Attributes

id_type id
 
expr count
 
expr bound
 
expr body
 
BitSet< 3 > flags
 

Constructor & Destructor Documentation

atlas::interpreter::cfor_node::cfor_node ( id_type  id,
expr &&  count,
expr &&  bound,
expr &&  body,
unsigned  flags 
)
inline

Member Data Documentation

expr atlas::interpreter::cfor_node::body
expr atlas::interpreter::cfor_node::bound
expr atlas::interpreter::cfor_node::count
BitSet<3> atlas::interpreter::cfor_node::flags
id_type atlas::interpreter::cfor_node::id

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