Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
NotNullable Struct Reference
+ Collaboration diagram for NotNullable:

Public Types

typedef Name argument_type
 

Public Member Functions

 NotNullable (Automaton *aut)
 
bool operator() (Name name) const
 

Public Attributes

Automaton_M_automaton
 

Detailed Description

Definition at line 224 of file lalr.cpp.

Member Typedef Documentation

◆ argument_type

Definition at line 226 of file lalr.cpp.

Constructor & Destructor Documentation

◆ NotNullable()

NotNullable::NotNullable ( Automaton * aut)
inline

Definition at line 229 of file lalr.cpp.

Member Function Documentation

◆ operator()()

bool NotNullable::operator() ( Name name) const
inline

Definition at line 232 of file lalr.cpp.

References _M_automaton, and Automaton::nullables.

Member Data Documentation

◆ _M_automaton

Automaton* NotNullable::_M_automaton

Definition at line 227 of file lalr.cpp.

Referenced by operator()().


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