GRPC Core  9.0.0
Public Member Functions | Data Fields
grpc_core::InfLenFIFOQueue::Node Struct Reference

#include <mpmcqueue.h>

Public Member Functions

 Node ()
 

Data Fields

Nodenext
 
Nodeprev
 
void * content
 
gpr_timespec insert_time
 

Constructor & Destructor Documentation

◆ Node()

grpc_core::InfLenFIFOQueue::Node::Node ( )
inline

Field Documentation

◆ content

void* grpc_core::InfLenFIFOQueue::Node::content

◆ insert_time

gpr_timespec grpc_core::InfLenFIFOQueue::Node::insert_time

◆ next

Node* grpc_core::InfLenFIFOQueue::Node::next

◆ prev

Node* grpc_core::InfLenFIFOQueue::Node::prev

The documentation for this struct was generated from the following file: