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

#include <messages.hpp>

Public Member Functions

 MultipleCodepointAtSingleChar ()
 
 MultipleCodepointAtSingleChar (const MultipleCodepointAtSingleChar &)=delete
 
MultipleCodepointAtSingleCharoperator= (MultipleCodepointAtSingleChar const &)=delete
 
 MultipleCodepointAtSingleChar (MultipleCodepointAtSingleChar &&)=default
 
MultipleCodepointAtSingleCharoperator= (MultipleCodepointAtSingleChar &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

?\\u{41 42}

Constructor & Destructor Documentation

◆ MultipleCodepointAtSingleChar() [1/3]

lib_ruby_parser::MultipleCodepointAtSingleChar::MultipleCodepointAtSingleChar ( )

◆ MultipleCodepointAtSingleChar() [2/3]

lib_ruby_parser::MultipleCodepointAtSingleChar::MultipleCodepointAtSingleChar ( const MultipleCodepointAtSingleChar )
delete

◆ MultipleCodepointAtSingleChar() [3/3]

lib_ruby_parser::MultipleCodepointAtSingleChar::MultipleCodepointAtSingleChar ( MultipleCodepointAtSingleChar &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::MultipleCodepointAtSingleChar::dummy

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