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

Description

Conditional compilation directive.

Definition at line 146 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.
 
Token token
 Token representing the conditional compilation directive.
 
std::string lexeme
 Cached lexeme.
 

Member Data Documentation

◆ type

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

Type of conditional compilation directive.

Definition at line 147 of file Ast.h.

◆ token

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

Token representing the conditional compilation directive.

Definition at line 148 of file Ast.h.

◆ lexeme

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

Cached lexeme.

Definition at line 149 of file Ast.h.


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