:nodoc:
Returns:
97 98 99
# File 'lib/bindata/struct.rb', line 97 def clear? #:nodoc: @field_objs.all? { |f| f.nil? || f.clear? } end