src
Public Member Functions | Public Attributes | List of all members
re2c::Initial Struct Reference

#include <action.h>

Collaboration diagram for re2c::Initial:
Collaboration graph
[legend]

Public Member Functions

 Initial (label_t l, bool b)
 

Public Attributes

label_t label
 
bool setMarker
 

Detailed Description

Definition at line 17 of file action.h.

Constructor & Destructor Documentation

re2c::Initial::Initial ( label_t  l,
bool  b 
)
inline

Definition at line 22 of file action.h.

23  : label (l)
24  , setMarker (b)
25  {}
bool setMarker
Definition: action.h:20
label_t label
Definition: action.h:19

Member Data Documentation

label_t re2c::Initial::label

Definition at line 19 of file action.h.

bool re2c::Initial::setMarker

Definition at line 20 of file action.h.


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