serenity/Kernel/Storage/Partition
Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 00:51:36 -07:00
..
DiskPartition.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
DiskPartition.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
DiskPartitionMetadata.cpp
DiskPartitionMetadata.h
EBRPartitionTable.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
EBRPartitionTable.h
GUIDPartitionTable.cpp Kernel: Stop using the make<T> factory method in the Kernel 2022-02-03 23:33:20 +01:00
GUIDPartitionTable.h
MBRPartitionTable.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
MBRPartitionTable.h
PartitionTable.cpp
PartitionTable.h