ROSE 0.11.145.147
Public Attributes | List of all members
Rose::AST::cmdline::__when_T< T > Struct Template Reference

Description

template<typename T>
struct Rose::AST::cmdline::__when_T< T >

A simple template to facilitate configuration of modules that can be run after the frontend or before the backend.

Definition at line 17 of file cmdline.h.

#include <Rose/AST/cmdline.h>

Collaboration diagram for Rose::AST::cmdline::__when_T< T >:
Collaboration graph
[legend]

Public Attributes

frontend
 Configuration to run after the frontend.
 
backend
 Configuration to run before the backend.
 

Member Data Documentation

◆ frontend

template<typename T >
T Rose::AST::cmdline::__when_T< T >::frontend

Configuration to run after the frontend.

Definition at line 18 of file cmdline.h.

◆ backend

template<typename T >
T Rose::AST::cmdline::__when_T< T >::backend

Configuration to run before the backend.

Definition at line 19 of file cmdline.h.


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