Class: Babeltrace2::BTError::Cause::ComponentClassActor

Inherits:
Babeltrace2::BTError::Cause show all
Defined in:
lib/babeltrace2/error-reporting.rb

Constant Summary

Constants inherited from Babeltrace2::BTError::Cause

ActorType

Instance Attribute Summary

Attributes inherited from Babeltrace2::BTObject

#handle

Instance Method Summary collapse

Methods inherited from Babeltrace2::BTError::Cause

from_handle, #get_actor_type, #get_file_name, #get_line_number, #get_message, #get_module_name

Methods inherited from Babeltrace2::BTObject

#==, #initialize, #to_ptr

Constructor Details

This class inherits a constructor from Babeltrace2::BTObject

Instance Method Details

#get_component_class_typeObject Also known as: component_class_type



181
182
183
# File 'lib/babeltrace2/error-reporting.rb', line 181

def get_component_class_type
  Babeltrace2.bt_error_cause_component_class_actor_get_component_class_type(@hanlde)
end

#get_plugin_nameObject Also known as: plugin_name



191
192
193
# File 'lib/babeltrace2/error-reporting.rb', line 191

def get_plugin_name
  Babeltrace2.bt_error_cause_component_class_actor_get_plugin_name(@handle)
end