|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Equivalent of Option<Loc>
More...
#include <loc.hpp>
Classes | |
| union | Value |
Public Types | |
| enum | Tag { Tag::NONE = 0, Tag::SOME = 1 } |
Static Public Member Functions | |
| static MaybeLoc | Some (Loc loc) |
| static MaybeLoc | None () |
Public Attributes | |
| Tag | tag |
| Value | as |
Equivalent of Option<Loc>
|
strong |
|
static |
| Value lib_ruby_parser::MaybeLoc::as |
| Tag lib_ruby_parser::MaybeLoc::tag |