Class: RgGen::CHeader::Feature

Inherits:
Core::OutputBase::Feature
  • Object
show all
Includes:
Utility
Defined in:
lib/rggen/c_header/feature.rb

Instance Method Summary collapse

Methods included from Utility

#create_blank_file

Instance Method Details

#macro_definitionsObject



8
9
10
# File 'lib/rggen/c_header/feature.rb', line 8

def macro_definitions
  @macro_definitions ||= []
end

#struct_definitionsObject



12
13
14
# File 'lib/rggen/c_header/feature.rb', line 12

def struct_definitions
  @struct_definitions ||= []
end