Class: Babeltrace::CTF::VariantDef

Inherits:
Definition show all
Defined in:
lib/babeltrace/ctf/events.rb

Instance Attribute Summary

Attributes inherited from Definition

#definition

Instance Method Summary collapse

Methods inherited from Definition

create, #decl, #initialize, #name

Constructor Details

This class inherits a constructor from Babeltrace::CTF::Definition

Instance Method Details

#valueObject



372
373
374
# File 'lib/babeltrace/ctf/events.rb', line 372

def value
  variant.value
end

#variantObject



368
369
370
# File 'lib/babeltrace/ctf/events.rb', line 368

def variant
  @definition.get_variant
end