lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::BlockGivenToYield Class Reference

#include <messages.hpp>

Public Member Functions

 BlockGivenToYield ()
 
 BlockGivenToYield (const BlockGivenToYield &)=delete
 
BlockGivenToYieldoperator= (BlockGivenToYield const &)=delete
 
 BlockGivenToYield (BlockGivenToYield &&)=default
 
BlockGivenToYieldoperator= (BlockGivenToYield &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

yield(&foo)

Constructor & Destructor Documentation

◆ BlockGivenToYield() [1/3]

lib_ruby_parser::BlockGivenToYield::BlockGivenToYield ( )

◆ BlockGivenToYield() [2/3]

lib_ruby_parser::BlockGivenToYield::BlockGivenToYield ( const BlockGivenToYield )
delete

◆ BlockGivenToYield() [3/3]

lib_ruby_parser::BlockGivenToYield::BlockGivenToYield ( BlockGivenToYield &&  )
default

Member Function Documentation

◆ operator=() [1/2]

BlockGivenToYield& lib_ruby_parser::BlockGivenToYield::operator= ( BlockGivenToYield &&  )
default

◆ operator=() [2/2]

BlockGivenToYield& lib_ruby_parser::BlockGivenToYield::operator= ( BlockGivenToYield const &  )
delete

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::BlockGivenToYield::dummy

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