|
Android-cuttlefish cvd tool
|
#include <shared_select.h>
Public Types | |
| typedef std::set< SharedFD >::iterator | iterator |
| typedef std::set< SharedFD >::const_iterator | const_iterator |
Public Member Functions | |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | swap (SharedFDSet *rhs) |
| void | Clr (const SharedFD &in) |
| bool | IsSet (const SharedFD &in) const |
| void | Set (const SharedFD &in) |
| void | Zero () |
Private Attributes | |
| std::set< SharedFD > | value_ |
The SharedFD version of fdset for the Select call.
There are two types of methods. STL inspired methods and types use all_lowercase_underscore notation.
Methods that are inspired by POSIX Use UpperCamelCase.
Assume that any mutation invalidates all iterators.
| typedef std::set<SharedFD>::const_iterator cuttlefish::SharedFDSet::const_iterator |
| typedef std::set<SharedFD>::iterator cuttlefish::SharedFDSet::iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |