From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/c++/html/classgrpc_1_1_credentials.html | 275 ++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 doc/ref/c++/html/classgrpc_1_1_credentials.html (limited to 'doc/ref/c++/html/classgrpc_1_1_credentials.html') diff --git a/doc/ref/c++/html/classgrpc_1_1_credentials.html b/doc/ref/c++/html/classgrpc_1_1_credentials.html new file mode 100644 index 0000000000..814e30edf0 --- /dev/null +++ b/doc/ref/c++/html/classgrpc_1_1_credentials.html @@ -0,0 +1,275 @@ + + + + + + +GRPC C++: grpc::Credentials Class Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC C++ +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
grpc::Credentials Class Referenceabstract
+
+
+ +

#include <credentials.h>

+ + + + + + + + + + + +

+Public Member Functions

 ~Credentials () GRPC_OVERRIDE
 
virtual bool ApplyToCall (grpc_call *call)=0
 
- Public Member Functions inherited from grpc::GrpcLibrary
 GrpcLibrary ()
 
virtual ~GrpcLibrary ()
 
+ + + +

+Protected Member Functions

virtual SecureCredentials * AsSecureCredentials ()=0
 
+ + + + + +

+Friends

std::shared_ptr< CredentialsCompositeCredentials (const std::shared_ptr< Credentials > &creds1, const std::shared_ptr< Credentials > &creds2)
 
std::shared_ptr< ChannelInterfaceCreateChannel (const grpc::string &target, const std::shared_ptr< Credentials > &creds, const ChannelArguments &args)
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
grpc::Credentials::~Credentials ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
virtual bool grpc::Credentials::ApplyToCall (grpc_call * call)
+
+pure virtual
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual SecureCredentials* grpc::Credentials::AsSecureCredentials ()
+
+protectedpure virtual
+
+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
std::shared_ptr<Credentials> CompositeCredentials (const std::shared_ptr< Credentials > & creds1,
const std::shared_ptr< Credentials > & creds2 
)
+
+friend
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
std::shared_ptr<ChannelInterface> CreateChannel (const grpc::stringtarget,
const std::shared_ptr< Credentials > & creds,
const ChannelArgumentsargs 
)
+
+friend
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + -- cgit v1.2.3