class Babeltrace2::BTField::Variant::WithSelectorField::IntegerSigned

Public Instance Methods

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