Skip to content
Snippets Groups Projects
Commit 46271fd9 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Did some research in the C++ FAQ and found out how to have vectors of objects...

Did some research in the C++ FAQ and found out how to have vectors of objects that have no default constructor:  http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.5  Therefore, LinkGroup and CrossRefGroup were removed and the NifStream functions and << operators were shifted from blk_ref and IBlock to Link and CrossRef directly.  The Python will now just have to worry about inserting the owner into the constructor of all links.
parent c4b2fd43
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