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

#include <messages.hpp>

Public Member Functions

 ConstArgument ()
 
 ConstArgument (const ConstArgument &)=delete
 
ConstArgumentoperator= (ConstArgument const &)=delete
 
 ConstArgument (ConstArgument &&)=default
 
ConstArgumentoperator= (ConstArgument &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

def foo(Abc); end

Constructor & Destructor Documentation

◆ ConstArgument() [1/3]

lib_ruby_parser::ConstArgument::ConstArgument ( )

◆ ConstArgument() [2/3]

lib_ruby_parser::ConstArgument::ConstArgument ( const ConstArgument )
delete

◆ ConstArgument() [3/3]

lib_ruby_parser::ConstArgument::ConstArgument ( ConstArgument &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::ConstArgument::dummy

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