GRPC C++  1.0.0
Data Structures | Namespaces | Functions
time.h File Reference
#include <grpc++/impl/codegen/config.h>
#include <grpc/impl/codegen/time.h>
#include <chrono>

Go to the source code of this file.

Data Structures

class  grpc::TimePoint< T >
 
class  grpc::TimePoint< gpr_timespec >
 
class  grpc::TimePoint< std::chrono::system_clock::time_point >
 

Namespaces

 grpc
 

Functions

void grpc::Timepoint2Timespec (const std::chrono::system_clock::time_point &from, gpr_timespec *to)
 
void grpc::TimepointHR2Timespec (const std::chrono::high_resolution_clock::time_point &from, gpr_timespec *to)
 
std::chrono::system_clock::time_point grpc::Timespec2Timepoint (gpr_timespec t)