ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
size_type | capacity |
T * | data |
Definition at line 85 of file dfe_smallvector.hpp.
View newest version in sPHENIX GitHub at line 85 of file dfe_smallvector.hpp
size_type dfe::SmallVector< T, N, Allocator >::AllocatedStorage::capacity |
Definition at line 86 of file dfe_smallvector.hpp.
View newest version in sPHENIX GitHub at line 86 of file dfe_smallvector.hpp
Referenced by dfe::SmallVector< T, N, Allocator >::allocate_storage(), dfe::SmallVector< T, N, Allocator >::capacity(), and dfe::SmallVector< T, N, Allocator >::destruct_deallocate_onheap().
T* dfe::SmallVector< T, N, Allocator >::AllocatedStorage::data |
Definition at line 87 of file dfe_smallvector.hpp.
View newest version in sPHENIX GitHub at line 87 of file dfe_smallvector.hpp
Referenced by dfe::SmallVector< T, N, Allocator >::allocate_storage(), dfe::SmallVector< T, N, Allocator >::begin(), dfe::SmallVector< T, N, Allocator >::destruct_deallocate_onheap(), and dfe::SmallVector< T, N, Allocator >::operator[]().