Class: Babeltrace::CTF::IntegerDef
- Inherits:
-
Definition
- Object
- Definition
- Babeltrace::CTF::IntegerDef
- Defined in:
- lib/babeltrace/ctf/events.rb
Instance Attribute Summary
Attributes inherited from Definition
Instance Method Summary collapse
- #int ⇒ Object (also: #value)
Methods inherited from Definition
create, #decl, #initialize, #name
Constructor Details
This class inherits a constructor from Babeltrace::CTF::Definition
Instance Method Details
#int ⇒ Object Also known as: value
336 337 338 |
# File 'lib/babeltrace/ctf/events.rb', line 336 def int @definition.decl.signed? ? @definition.get_int64 : @definition.get_uint64 end |