GRPC C++
1.66.0
|
#include <auth_context.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = const AuthProperty |
using | pointer = void |
using | reference = void |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
~AuthPropertyIterator () | |
AuthPropertyIterator & | operator++ () |
AuthPropertyIterator | operator++ (int) |
bool | operator== (const AuthPropertyIterator &rhs) const |
bool | operator!= (const AuthPropertyIterator &rhs) const |
AuthProperty | operator* () |
Protected Member Functions | |
AuthPropertyIterator () | |
AuthPropertyIterator (const grpc_auth_property *property, const grpc_auth_property_iterator *iter) | |
Friends | |
class | SecureAuthContext |
using grpc::AuthPropertyIterator::difference_type = std::ptrdiff_t |
using grpc::AuthPropertyIterator::iterator_category = std::forward_iterator_tag |
using grpc::AuthPropertyIterator::pointer = void |
using grpc::AuthPropertyIterator::reference = void |
using grpc::AuthPropertyIterator::value_type = const AuthProperty |
grpc::AuthPropertyIterator::~AuthPropertyIterator | ( | ) |
|
protected |
|
protected |
bool grpc::AuthPropertyIterator::operator!= | ( | const AuthPropertyIterator & | rhs | ) | const |
AuthProperty grpc::AuthPropertyIterator::operator* | ( | ) |
AuthPropertyIterator& grpc::AuthPropertyIterator::operator++ | ( | ) |
AuthPropertyIterator grpc::AuthPropertyIterator::operator++ | ( | int | ) |
bool grpc::AuthPropertyIterator::operator== | ( | const AuthPropertyIterator & | rhs | ) | const |
|
friend |