ROSE  0.11.145.0
Public Attributes | List of all members
Rosebud::Ast::CppStack::Directive Struct Reference

Description

Conditional compilation directive.

Definition at line 144 of file Ast.h.

#include <Rosebud/Ast.h>

Collaboration diagram for Rosebud::Ast::CppStack::Directive:
Collaboration graph
[legend]

Public Attributes

Type type
 Type of conditional compilation directive. More...
 
Token token
 Token representing the conditional compilation directive. More...
 
std::string lexeme
 Cached lexeme. More...
 

Member Data Documentation

Type Rosebud::Ast::CppStack::Directive::type

Type of conditional compilation directive.

Definition at line 145 of file Ast.h.

Token Rosebud::Ast::CppStack::Directive::token

Token representing the conditional compilation directive.

Definition at line 146 of file Ast.h.

std::string Rosebud::Ast::CppStack::Directive::lexeme

Cached lexeme.

Definition at line 147 of file Ast.h.


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