class Babeltrace2::BTField::Variant::WithSelectorField::IntegerUnsigned

Public Instance Methods

get_selected_option_class() click to toggle source
# File lib/babeltrace2/trace-ir/field.rb, line 867
def get_selected_option_class
  handle = Babeltrace2.bt_field_variant_with_selector_field_integer_unsigned_borrow_selected_option_class_const(@handle)
  return nil if handle.null?
  BTFieldClassVariantWithSelectorFieldIntegerUnsignedOption.new(handle)
end
Also aliased as: selected_option_class
selected_option_class()