|
GRPC C++
1.0.0
|
#include <auth_context.h>
Public Member Functions | |
| ~AuthPropertyIterator () | |
| AuthPropertyIterator & | operator++ () |
| AuthPropertyIterator | operator++ (int) |
| bool | operator== (const AuthPropertyIterator &rhs) const |
| bool | operator!= (const AuthPropertyIterator &rhs) const |
| const AuthProperty | operator* () |
Protected Member Functions | |
| AuthPropertyIterator () | |
| AuthPropertyIterator (const grpc_auth_property *property, const grpc_auth_property_iterator *iter) | |
Friends | |
| class | SecureAuthContext |
| grpc::AuthPropertyIterator::~AuthPropertyIterator | ( | ) |
|
protected |
|
protected |
| bool grpc::AuthPropertyIterator::operator!= | ( | const AuthPropertyIterator & | rhs | ) | const |
| const AuthProperty grpc::AuthPropertyIterator::operator* | ( | ) |
| AuthPropertyIterator& grpc::AuthPropertyIterator::operator++ | ( | ) |
| AuthPropertyIterator grpc::AuthPropertyIterator::operator++ | ( | int | ) |
| bool grpc::AuthPropertyIterator::operator== | ( | const AuthPropertyIterator & | rhs | ) | const |
|
friend |
1.8.11