Public Member Functions | Public Attributes | List of all members
grpc_core::Call::ChildCall Struct Reference

Public Member Functions

 ChildCall (Call *parent)
 

Public Attributes

Callparent
 
Callsibling_next = nullptr
 
Callsibling_prev = nullptr
 

Detailed Description

Definition at line 132 of file call.cc.

Constructor & Destructor Documentation

◆ ChildCall()

grpc_core::Call::ChildCall::ChildCall ( Call parent)
inlineexplicit

Definition at line 133 of file call.cc.

Member Data Documentation

◆ parent

Call* grpc_core::Call::ChildCall::parent

Definition at line 134 of file call.cc.

◆ sibling_next

Call* grpc_core::Call::ChildCall::sibling_next = nullptr

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

Definition at line 138 of file call.cc.

◆ sibling_prev

Call* grpc_core::Call::ChildCall::sibling_prev = nullptr

Definition at line 139 of file call.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:35