|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <basic_types.h>
Public Types | |
| using | value_type = T |
| using | reference = value_type & |
| using | const_reference = const value_type & |
| using | pointer = value_type * |
| using | const_pointer = const value_type * |
| using | iterator = pointer |
| using | const_iterator = const_pointer |
| using | size_type = std::size_t |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| constexpr | carray ()=default |
| constexpr | carray (const value_type &val) |
| template<typename U, std::enable_if_t< std::is_convertible< U, T >::value, std::size_t > M> | |
| constexpr | carray (U const (&init)[M]) |
| template<typename U, std::enable_if_t< std::is_convertible< U, T >::value, std::size_t > M> | |
| constexpr | carray (std::array< U, M > const &init) |
| template<typename U, std::enable_if_t< std::is_convertible< U, T >::value > * = nullptr> | |
| constexpr | carray (std::initializer_list< U > init) |
| template<typename U, std::enable_if_t< std::is_convertible< U, T >::value > * = nullptr> | |
| constexpr | carray (const carray< U, N > &rhs) |
| constexpr iterator | begin () noexcept |
| constexpr const_iterator | begin () const noexcept |
| constexpr iterator | end () noexcept |
| constexpr const_iterator | end () const noexcept |
| constexpr size_type | size () const |
| constexpr size_type | max_size () const |
| constexpr reference | operator[] (std::size_t index) |
| constexpr const_reference | operator[] (std::size_t index) const |
| constexpr reference | at (std::size_t index) |
| constexpr const_reference | at (std::size_t index) const |
| constexpr reference | front () |
| constexpr const_reference | front () const |
| constexpr reference | back () |
| constexpr const_reference | back () const |
| constexpr value_type * | data () noexcept |
| constexpr const value_type * | data () const noexcept |
| using frozen::bits::carray< T, N >::const_iterator = const_pointer |
| using frozen::bits::carray< T, N >::const_pointer = const value_type * |
| using frozen::bits::carray< T, N >::const_reference = const value_type & |
| using frozen::bits::carray< T, N >::difference_type = std::ptrdiff_t |
| using frozen::bits::carray< T, N >::iterator = pointer |
| using frozen::bits::carray< T, N >::pointer = value_type * |
| using frozen::bits::carray< T, N >::reference = value_type & |
| using frozen::bits::carray< T, N >::size_type = std::size_t |
| using frozen::bits::carray< T, N >::value_type = T |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
Referenced by frozen::bits::pmh_buckets< M >::get_sorted_buckets().
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
Referenced by frozen::bits::pmh_buckets< M >::get_sorted_buckets().
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Referenced by frozen::bits::make_pmh_buckets(), and frozen::bits::make_pmh_tables().