assimp/code/AssetLib/glTF2
Krishty 36305cf987 Tidy Up Constructors and Destructors
This commit does not add or remove c’tors or d’tors, so it is *not* ABI-breaking.

If a c’tor/d’tor does nothing else than the default behavior, this commit replaces it with “= default”.

If an initializer list entry does nothing else than the default behavior, this commit removes it. First and foremost, remove default c’tor calls of base classes (always called by the compiler if no other base c’tor is explicitly called) and c’tor calls of members with complex types (e.g. “std::vector”).

In a few instances, user-defined copy c’tors / move c’tors / assignment operators / move assignment operators were replaced with “= default”, too. I only did this if I had a clear understanding of what’s going on.
2023-01-16 21:47:11 +01:00
..
glTF2Asset.h Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
glTF2Asset.inl Merge branch 'master' into modernize-smartptrs-literals 2022-11-29 09:58:17 +01:00
glTF2AssetWriter.h Added support for KHR_materials_emissive_strength 2022-11-03 23:11:21 +02:00
glTF2AssetWriter.inl Merge branch 'master' into modernize-smartptrs-literals 2022-11-29 09:58:17 +01:00
glTF2Exporter.cpp Merge branch 'master' into modernize-smartptrs-literals 2022-11-29 09:58:17 +01:00
glTF2Exporter.h fixed indentation 2022-11-04 09:37:28 -07:00
glTF2Importer.cpp Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
glTF2Importer.h Fix unittests + small refactorings 2022-01-18 21:23:43 +01:00