#include "box.h" #include #include class Box_dref { public: Box_dref(); ~Box_dref(); Box * GetBox(); void AddContent( Box * newcontent, uint32_t offset = 0 ); private: Box * Container; void SetReserved( ); void WriteContent( ); std::vector Content; };//Box_ftyp Class