#include <auth_context.h>
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::forward_iterator_tag |
using | pointer = void |
using | reference = void |
using | value_type = const AuthProperty |
Public Member Functions | |
bool | operator!= (const AuthPropertyIterator &rhs) const |
AuthProperty | operator* () |
AuthPropertyIterator & | operator++ () |
AuthPropertyIterator | operator++ (int) |
bool | operator== (const AuthPropertyIterator &rhs) const |
~AuthPropertyIterator () | |
Protected Member Functions | |
AuthPropertyIterator () | |
AuthPropertyIterator (const grpc_auth_property *property, const grpc_auth_property_iterator *iter) | |
Private Attributes | |
const grpc_auth_context * | ctx_ |
size_t | index_ |
const char * | name_ |
const grpc_auth_property * | property_ |
Friends | |
class | SecureAuthContext |
Definition at line 39 of file grpcpp/impl/codegen/security/auth_context.h.
using grpc::AuthPropertyIterator::difference_type = std::ptrdiff_t |
Definition at line 45 of file grpcpp/impl/codegen/security/auth_context.h.
using grpc::AuthPropertyIterator::iterator_category = std::forward_iterator_tag |
Definition at line 41 of file grpcpp/impl/codegen/security/auth_context.h.
using grpc::AuthPropertyIterator::pointer = void |
Definition at line 43 of file grpcpp/impl/codegen/security/auth_context.h.
using grpc::AuthPropertyIterator::reference = void |
Definition at line 44 of file grpcpp/impl/codegen/security/auth_context.h.
Definition at line 42 of file grpcpp/impl/codegen/security/auth_context.h.
grpc::AuthPropertyIterator::~AuthPropertyIterator | ( | ) |
Definition at line 37 of file auth_property_iterator.cc.
|
protected |
Definition at line 27 of file auth_property_iterator.cc.
|
protected |
Definition at line 30 of file auth_property_iterator.cc.
bool grpc::AuthPropertyIterator::operator!= | ( | const AuthPropertyIterator & | rhs | ) | const |
Definition at line 62 of file auth_property_iterator.cc.
AuthProperty grpc::AuthPropertyIterator::operator* | ( | ) |
Definition at line 66 of file auth_property_iterator.cc.
AuthPropertyIterator & grpc::AuthPropertyIterator::operator++ | ( | ) |
Definition at line 39 of file auth_property_iterator.cc.
AuthPropertyIterator grpc::AuthPropertyIterator::operator++ | ( | int | ) |
Definition at line 48 of file auth_property_iterator.cc.
bool grpc::AuthPropertyIterator::operator== | ( | const AuthPropertyIterator & | rhs | ) | const |
Definition at line 54 of file auth_property_iterator.cc.
|
friend |
Definition at line 60 of file grpcpp/impl/codegen/security/auth_context.h.
|
private |
Definition at line 63 of file grpcpp/impl/codegen/security/auth_context.h.
|
private |
Definition at line 64 of file grpcpp/impl/codegen/security/auth_context.h.
|
private |
Definition at line 65 of file grpcpp/impl/codegen/security/auth_context.h.
|
private |
Definition at line 61 of file grpcpp/impl/codegen/security/auth_context.h.