lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::DecoderResult::Value Union Reference

#include <decoder.hpp>

Public Member Functions

 Value ()
 
 Value (Value &&)
 
Valueoperator= (Value &&)
 
 ~Value ()
 

Public Attributes

ByteList ok
 
InputError err
 

Constructor & Destructor Documentation

◆ Value() [1/2]

lib_ruby_parser::DecoderResult::Value::Value ( )

◆ Value() [2/2]

lib_ruby_parser::DecoderResult::Value::Value ( Value &&  )

◆ ~Value()

lib_ruby_parser::DecoderResult::Value::~Value ( )

Member Function Documentation

◆ operator=()

Value& lib_ruby_parser::DecoderResult::Value::operator= ( Value &&  )

Member Data Documentation

◆ err

InputError lib_ruby_parser::DecoderResult::Value::err

◆ ok

ByteList lib_ruby_parser::DecoderResult::Value::ok

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