proxygen
TransportDirection.h File Reference
#include <iosfwd>
#include <stdint.h>

Go to the source code of this file.

Namespaces

 proxygen
 

Enumerations

enum  proxygen::TransportDirection : uint8_t { proxygen::TransportDirection::DOWNSTREAM, proxygen::TransportDirection::UPSTREAM }
 

Functions

const char * proxygen::getTransportDirectionString (TransportDirection dir)
 
TransportDirection proxygen::operator! (TransportDirection dir)
 
std::ostream & proxygen::operator<< (std::ostream &os, const TransportDirection dir)