|
Alembic Version 1.1
|
Last, but not least, standard strings. These are CLEARLY not "Plain Old Data Types", however, "strings" are such ubiquitous components of programming, and without an enclosing structure like std::string, they're so difficult to use from an API point of view (call first time to find out length! allocate your own array! call second time to get string value!), that I'm going to put my foot down and say - from Alembic's point of view, std::string and std::wstring are "Kinda Sorta POD types". Please pardon the abuse of the idiom.