Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
NotNullable Struct Reference
Collaboration diagram for NotNullable:

Public Types

typedef Name argument_type
typedef Name argument_type

Public Member Functions

 NotNullable (Automaton *aut)
bool operator() (Name name) const
 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 [1/2]

Definition at line 226 of file lalr.cpp.

◆ argument_type [2/2]

Definition at line 226 of file lalr.cpp.

Constructor & Destructor Documentation

◆ NotNullable() [1/2]

NotNullable::NotNullable ( Automaton * aut)
inline

Definition at line 229 of file lalr.cpp.

References _M_automaton.

Referenced by Automaton::buildIncludesDigraph(), and Automaton::buildNullables().

Here is the caller graph for this function:

◆ NotNullable() [2/2]

NotNullable::NotNullable ( Automaton * aut)
inline

Definition at line 229 of file lalr.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 232 of file lalr.cpp.

References _M_automaton, and Automaton::nullables.

◆ operator()() [2/2]

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

Definition at line 232 of file lalr.cpp.

Member Data Documentation

◆ _M_automaton

Automaton * NotNullable::_M_automaton

Definition at line 227 of file lalr.cpp.

Referenced by NotNullable(), and operator()().


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