class BinData::Struct

def include_obj?(obj)

def include_obj?(obj)
  !obj.has_parameter?(:onlyif) || obj.eval_parameter(:onlyif)
end