module BinData::Framework

def offset_of(child) #:nodoc:

:nodoc:
by objects that contain child objects.
Returns the offset of +child+. This only needs to be implemented
def offset_of(child) #:nodoc:
  0
end