|
CbmRoot
|
Go to the source code of this file.
Classes | |
| class | PartitionedVectorTest |
| class | PODAllocator< T > |
| Allocator for plain old data types. More... | |
Typedefs | |
| template<typename T> | |
| using | PartitionedPODVector |
| template<typename T> | |
| using | PartitionedPODVector |
| template<typename T> | |
| using | PartitionedPODVector |
Functions | |
| template<typename T> | |
| void | EXPECT_CONTAINER_EQ (gsl::span< const T > a, std::vector< T > b) |
| TEST_F (PartitionedVectorTest, IsDefaultConstructable) | |
| TEST_F (PartitionedVectorTest, CanCreateWithPartitions) | |
| TEST_F (PartitionedVectorTest, ThrowsOnNumAddressesMismatchesNumPartions) | |
| TEST_F (PartitionedVectorTest, ThrowsOnSizesMismatchesDataSize) | |
| TEST_F (PartitionedVectorTest, ThrowsOnOutOfBounds) | |
| TEST_F (PartitionedVectorTest, IsCopyConstructable) | |
| using cbm::PartitionedPODVector |
Definition at line 285 of file PartitionedVector.h.
| using cbm::PartitionedPODVector |
Definition at line 285 of file PartitionedVector.h.
| using cbm::PartitionedPODVector |
Definition at line 285 of file PartitionedVector.h.
| void EXPECT_CONTAINER_EQ | ( | gsl::span< const T > | a, |
| std::vector< T > | b ) |
Definition at line 22 of file _GTestPartitionedVector.cxx.
Referenced by PartitionedVectorTest::Ensure().
| TEST_F | ( | PartitionedVectorTest | , |
| CanCreateWithPartitions | ) |
Definition at line 88 of file _GTestPartitionedVector.cxx.
| TEST_F | ( | PartitionedVectorTest | , |
| IsCopyConstructable | ) |
Definition at line 114 of file _GTestPartitionedVector.cxx.
| TEST_F | ( | PartitionedVectorTest | , |
| IsDefaultConstructable | ) |
Definition at line 81 of file _GTestPartitionedVector.cxx.
References cbm::PartitionedVector< T, Allocator >::NElements(), and cbm::PartitionedVector< T, Allocator >::NPartitions().
| TEST_F | ( | PartitionedVectorTest | , |
| ThrowsOnNumAddressesMismatchesNumPartions | ) |
Definition at line 94 of file _GTestPartitionedVector.cxx.
| TEST_F | ( | PartitionedVectorTest | , |
| ThrowsOnOutOfBounds | ) |
Definition at line 104 of file _GTestPartitionedVector.cxx.
References cbm::PartitionedVector< T, Allocator >::Address(), cbm::PartitionedVector< T, Allocator >::Partition(), and cbm::PartitionedVector< T, Allocator >::Size().
| TEST_F | ( | PartitionedVectorTest | , |
| ThrowsOnSizesMismatchesDataSize | ) |
Definition at line 99 of file _GTestPartitionedVector.cxx.