class Babeltrace2::BTFieldPath::Item

Constants

Type

Public Instance Methods

get_index() click to toggle source
# File lib/babeltrace2/trace-ir/field-path.rb, line 141
def get_index
  Babeltrace2.bt_field_path_item_index_get_index(@handle)
end
Also aliased as: index
get_type() click to toggle source
# File lib/babeltrace2/trace-ir/field-path.rb, line 136
def get_type
  Babeltrace2.bt_field_path_item_get_type(@handle)
end
Also aliased as: type
index()
Alias for: get_index
type()
Alias for: get_type