GRPC C++
0.11.0.0
|
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) |