Public Member Functions | Public Attributes
absl::FixedArray< T, N, A >::NonEmptyInlinedStorage Struct Reference

List of all members.

Public Member Functions

 ADDRESS_SANITIZER_REDZONE (redzone_begin_)
 ADDRESS_SANITIZER_REDZONE (redzone_end_)
void AnnotateConstruct (size_type)
void AnnotateDestruct (size_type)
StorageElement * data ()

Public Attributes

std::array
< StorageElementBuffer,
inline_elements
inlined_storage_

Detailed Description

template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
struct absl::FixedArray< T, N, A >::NonEmptyInlinedStorage

Definition at line 410 of file fixed_array.h.


Member Function Documentation

template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::ADDRESS_SANITIZER_REDZONE ( redzone_begin_  )
template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::ADDRESS_SANITIZER_REDZONE ( redzone_end_  )
template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
void absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::AnnotateConstruct ( size_type  )

Definition at line 497 of file fixed_array.h.

template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
void absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::AnnotateDestruct ( size_type  )

Definition at line 508 of file fixed_array.h.

template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
StorageElement* absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::data ( ) [inline]

Definition at line 411 of file fixed_array.h.


Member Data Documentation

template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
std::array<StorageElementBuffer, inline_elements> absl::FixedArray< T, N, A >::NonEmptyInlinedStorage::inlined_storage_

Definition at line 424 of file fixed_array.h.


The documentation for this struct was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16