Apache Mesos
Classes | Namespaces | Functions
fd.hpp File Reference
#include <fcntl.h>
#include <io.h>
#include <array>
#include <atomic>
#include <memory>
#include <ostream>
#include <type_traits>
#include <stout/check.hpp>
#include <stout/nothing.hpp>
#include <stout/synchronized.hpp>
#include <stout/try.hpp>
#include <stout/unreachable.hpp>
#include <stout/windows.hpp>

Go to the source code of this file.

Classes

class  os::WindowsFD
 
struct  std::hash< os::WindowsFD >
 

Namespaces

 os
 
 std
 

Functions

std::ostream & os::operator<< (std::ostream &stream, const WindowsFD::Type &fd)
 
std::ostream & os::operator<< (std::ostream &stream, const WindowsFD &fd)
 
bool os::operator< (int left, const WindowsFD &right)
 
bool os::operator< (const WindowsFD &left, int right)
 
bool os::operator> (int left, const WindowsFD &right)
 
bool os::operator> (const WindowsFD &left, int right)
 
bool os::operator<= (int left, const WindowsFD &right)
 
bool os::operator<= (const WindowsFD &left, int right)
 
bool os::operator>= (int left, const WindowsFD &right)
 
bool os::operator>= (const WindowsFD &left, int right)
 
bool os::operator== (int left, const WindowsFD &right)
 
bool os::operator== (const WindowsFD &left, int right)
 
bool os::operator!= (int left, const WindowsFD &right)
 
bool os::operator!= (const WindowsFD &left, int right)
 
bool os::operator== (const WindowsFD &left, const WindowsFD &right)