ROSE  0.11.145.0
Public Types | Static Public Attributes | List of all members
Rose::Traits::generated::describe_node_t< SgForStatement > Struct Template Reference

Description

template<>
struct Rose::Traits::generated::describe_node_t< SgForStatement >

Definition at line 17119 of file generated.h.

Public Types

using node = SgForStatement
 
using base = SgScopeStatement
 
using subclasses_t = mp::List<>
 
using fields_t = mp::List< describe_field_t< SgForStatement, SgForInitStatement *,&SgForStatement::p_for_init_stmt >, describe_field_t< SgForStatement, SgStatement *,&SgForStatement::p_test >, describe_field_t< SgForStatement, SgExpression *,&SgForStatement::p_increment >, describe_field_t< SgForStatement, SgStatement *,&SgForStatement::p_loop_body >, describe_field_t< SgForStatement, SgStatement *,&SgForStatement::p_else_body >, describe_field_t< SgForStatement, std::string,&SgForStatement::p_string_label >>
 

Static Public Attributes

static constexpr char const *const name {"ForStatement"}
 
static constexpr unsigned long variant {428}
 
static constexpr bool concrete {true}
 

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