|
nixd
|
Lambda formal arguments. More...
#include <Lambda.h>
Public Types | |
| using | FormalVector = std::vector<std::shared_ptr<Formal>> |
| Public Types inherited from nixf::Node | |
| enum | NodeKind { NK_BeginExpr , NK_EndExpr } |
| using | ChildVector = boost::container::small_vector<Node *, 8> |
Public Member Functions | |
| Formals (LexerCursorRange Range, FormalVector Members, std::map< std::string, const Formal * > Dedup) | |
| const FormalVector & | members () const |
| const std::map< std::string, const Formal * > & | dedup () |
| Deduplicated formals. | |
| const std::map< std::string, const Formal * > & | dedup () const |
| ChildVector | children () const override |
| Public Member Functions inherited from nixf::Node | |
| NodeKind | kind () const |
| LexerCursorRange | range () const |
| PositionRange | positionRange () const |
| LexerCursor | lCur () const |
| LexerCursor | rCur () const |
| const char * | name () const |
| virtual | ~Node ()=default |
| const Node * | descend (PositionRange Range) const |
| Descendant node that contains the given range. | |
| std::string_view | src (std::string_view Src) const |
Additional Inherited Members | |
| Static Public Member Functions inherited from nixf::Node | |
| static const char * | name (NodeKind Kind) |
| Protected Member Functions inherited from nixf::Node | |
| Node (NodeKind Kind, LexerCursorRange Range) | |
Lambda formal arguments.
Things to check:
| using nixf::Formals::FormalVector = std::vector<std::shared_ptr<Formal>> |
|
inline |
Definition at line 66 of file Lambda.h.
References nixf::Node::Node().
|
inlinenodiscardoverridevirtual |
Implements nixf::Node.
|
inline |
|
inlinenodiscard |
|
inlinenodiscard |