template <typename Stack>
class StackIteratorImpl
Defined at line 547 of file ../../third_party/boringssl/src/include/openssl/stack.h
Public Methods
void StackIteratorImpl<Stack> ()
Iterators must be default-constructable.
Defined at line 551 of file ../../third_party/boringssl/src/include/openssl/stack.h
void StackIteratorImpl<Stack> (const Stack * sk, size_t idx)
Defined at line 552 of file ../../third_party/boringssl/src/include/openssl/stack.h
bool operator== (StackIteratorImpl<Stack> other)
Defined at line 554 of file ../../third_party/boringssl/src/include/openssl/stack.h
bool operator!= (StackIteratorImpl<Stack> other)
Defined at line 557 of file ../../third_party/boringssl/src/include/openssl/stack.h
Type * operator* ()
Defined at line 561 of file ../../third_party/boringssl/src/include/openssl/stack.h
StackIteratorImpl<Stack> & operator++ ()
Defined at line 566 of file ../../third_party/boringssl/src/include/openssl/stack.h
StackIteratorImpl<Stack> operator++ (int )
Defined at line 571 of file ../../third_party/boringssl/src/include/openssl/stack.h