IDL compiler front-end library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AST::Symbols Class Reference

Set of the named items. More...

#include <Symbols.h>

Inherits std::set< Ptr< NamedItem >, std::less<> >.

Public Member Functions

const NamedItemfind (const Identifier &name) const
 

Detailed Description

Set of the named items.

Definition at line 36 of file Symbols.h.

Member Function Documentation

◆ find()

const NamedItem * AST::Symbols::find ( const Identifier name) const

Find a symbol.

Parameters
nameItem name.
Returns
NamedItem pointer if found, otherwise nullptr.

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