|
GRPC C++
1.0.0
|
An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group. More...
#include <call.h>
An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group.
Each member of the group should have a shared_ptr back to the collection, as will the object that instantiates the collection, allowing for automatic ref-counting. In practice, any actual use should derive from this base class. This is specifically necessary if some of the CallOpSet's in the collection are "Sneaky" and don't report back to the C++ layer CQ operations
1.8.11