|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::RefVector< T >, including all inherited members.
| begin() const | bb::RefVector< T > | inline |
| end() const | bb::RefVector< T > | inline |
| from_span(const std::span< T > &span) | bb::RefVector< T > | inlinestatic |
| get_storage() | bb::RefVector< T > | inline |
| get_storage() const | bb::RefVector< T > | inline |
| operator std::vector< ConvertibleFromT >() const | bb::RefVector< T > | inline |
| operator[](std::size_t idx) const | bb::RefVector< T > | inline |
| push_back(T &element) | bb::RefVector< T > | inline |
| RefVector()=default | bb::RefVector< T > | |
| RefVector(const std::vector< T * > &ptr_vector) | bb::RefVector< T > | inlineexplicit |
| RefVector(std::vector< T > &vector) | bb::RefVector< T > | inlineexplicit |
| RefVector(T &first, Ts &... refs) | bb::RefVector< T > | inline |
| RefVector(const RefArray< T, N > &ref_array) | bb::RefVector< T > | inline |
| size() const | bb::RefVector< T > | inline |
| storage | bb::RefVector< T > | private |