GRPC C++  1.39.1
Public Member Functions | Data Fields
child_call Struct Reference

Public Member Functions

 child_call (grpc_call *parent)
 

Data Fields

grpc_callparent
 
grpc_callsibling_next = nullptr
 siblings: children of the same parent form a list, and this list is protected under parent->mu More...
 
grpc_callsibling_prev = nullptr
 

Constructor & Destructor Documentation

◆ child_call()

child_call::child_call ( grpc_call parent)
inlineexplicit

Field Documentation

◆ parent

grpc_call* child_call::parent

◆ sibling_next

grpc_call* child_call::sibling_next = nullptr

siblings: children of the same parent form a list, and this list is protected under parent->mu

◆ sibling_prev

grpc_call* child_call::sibling_prev = nullptr

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