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

#include <messages.hpp>

Public Member Functions

 NumericLiteralWithoutDigits ()
 
 NumericLiteralWithoutDigits (const NumericLiteralWithoutDigits &)=delete
 
NumericLiteralWithoutDigitsoperator= (NumericLiteralWithoutDigits const &)=delete
 
 NumericLiteralWithoutDigits (NumericLiteralWithoutDigits &&)=default
 
NumericLiteralWithoutDigitsoperator= (NumericLiteralWithoutDigits &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

0b

Constructor & Destructor Documentation

◆ NumericLiteralWithoutDigits() [1/3]

lib_ruby_parser::NumericLiteralWithoutDigits::NumericLiteralWithoutDigits ( )

◆ NumericLiteralWithoutDigits() [2/3]

lib_ruby_parser::NumericLiteralWithoutDigits::NumericLiteralWithoutDigits ( const NumericLiteralWithoutDigits )
delete

◆ NumericLiteralWithoutDigits() [3/3]

lib_ruby_parser::NumericLiteralWithoutDigits::NumericLiteralWithoutDigits ( NumericLiteralWithoutDigits &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::NumericLiteralWithoutDigits::dummy

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