mirror of
https://github.com/nasa/trick.git
synced 2025-03-03 12:24:16 +00:00
Mostly working. This removes the use of offsetof from all I/O code. This was the only reason we needed friends. In it's place we put the offset value that clang has calculated for the field. Still need to work on virtually inherited classes and confirm bitfields. refs #218