GRPC C++  1.0.0
grpc::CallOpSetCollectionInterface Class Reference

An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group. More...

#include <call.h>

Detailed Description

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


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