Skip to content
Snippets Groups Projects
Commit 295eb04e authored by Studer Gabriel's avatar Studer Gabriel
Browse files

mmcif writing: refactor

- Introduce code redundancy by removing star_base.hh again.
  It was a bad idea from the very beginning. The reader operated
  with ost::StringRef. A StringRef is purely pointer based  which is fine
  when you have external data ownership. Thats the case for reading.
  For writing you want to build up a data structure that actually holds data.
  So you want to store actual strings. Thus the introduction of StarWriter
  objects.
- Use shared_ptr instead of raw pointers
- Change function names to better follow the OST conventions
parent 80aedec8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment