Class: Babeltrace::CTF::ArrayTextDef
- Inherits:
-
Definition
- Object
- Definition
- Babeltrace::CTF::ArrayTextDef
- Defined in:
- lib/babeltrace/ctf/events.rb
Instance Attribute Summary
Attributes inherited from 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
#len ⇒ Object
405 406 407 |
# File 'lib/babeltrace/ctf/events.rb', line 405 def len @definition.decl.len end |
#value ⇒ Object
409 410 411 |
# File 'lib/babeltrace/ctf/events.rb', line 409 def value @definition.get_char_array.read_bytes(len) end |