assimp/code/AssetLib/FBX
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
..
FBXAnimation.cpp Generate container for skeleton during FBX-Import 2022-04-28 21:12:26 +02:00
FBXBinaryTokenizer.cpp Use unqualified uint32_t everywhere in FBXBinaryTokenizer 2022-08-09 01:54:31 +03:00
FBXCommon.h Fixed bug when exporting binary FBX 2022-12-08 14:59:25 +01:00
FBXCompileConfig.h Some minor findings 2022-04-19 23:37:16 +02:00
FBXConverter.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXConverter.h Fix merge conflicts 2022-06-11 18:50:18 +02:00
FBXDeformer.cpp Explicitly default all empty dtors 2022-08-25 11:32:59 -04:00
FBXDocument.cpp Merge branch 'master' into modernize-smartptrs-literals 2022-11-29 09:58:17 +01:00
FBXDocument.h Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXDocumentUtil.cpp Bugfix: fix not initialized member attributes 2022-05-21 19:08:43 +02:00
FBXDocumentUtil.h Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXExportNode.cpp Fixed bug when exporting binary FBX 2022-12-08 14:59:25 +01:00
FBXExportNode.h Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
FBXExportProperty.cpp Update copyrights 2022-01-10 21:13:43 +01:00
FBXExportProperty.h Update copyrights 2022-01-10 21:13:43 +01:00
FBXExporter.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXExporter.h Update copyrights 2022-01-10 21:13:43 +01:00
FBXImportSettings.h First concepts 2022-04-05 20:07:22 +02:00
FBXImporter.cpp Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
FBXImporter.h First concepts 2022-04-05 20:07:22 +02:00
FBXMaterial.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXMeshGeometry.cpp Make FBX parser resilient to missing data streams 2022-09-21 11:45:54 +02:00
FBXMeshGeometry.h Generate container for skeleton during FBX-Import 2022-04-28 21:12:26 +02:00
FBXModel.cpp Fix missing members and do some small refactorings. 2022-03-09 10:51:37 +01:00
FBXNodeAttribute.cpp Generate container for skeleton during FBX-Import 2022-04-28 21:12:26 +02:00
FBXParser.cpp Apply modernize-use-emplace clang-tidy rule 2022-08-23 11:41:49 -04:00
FBXParser.h Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
FBXProperties.cpp Explicitly default all empty dtors 2022-08-25 11:32:59 -04:00
FBXProperties.h Update copyrights 2022-01-10 21:13:43 +01:00
FBXTokenizer.cpp Manually fix up 100 more instances where it should be defaulted 2022-08-25 12:20:13 -04:00
FBXTokenizer.h Remove deprecated comment 2023-01-15 19:12:24 +01:00
FBXUtil.cpp Update copyrights 2022-01-10 21:13:43 +01:00
FBXUtil.h Update copyrights 2022-01-10 21:13:43 +01:00