class BinData::Struct

def include_obj?(obj)

def include_obj?(obj)
  not obj.has_parameter?(:onlyif) or obj.eval_parameter(:onlyif)
end