Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FlowTuple.hpp File Reference

FlowTuple is used to insert hints that can link future or predicted flows with older existing flows. More...

#include "AddrPort.hpp"
#include "L3_IP.hpp"
#include "Types.hpp"
#include <ostream>
Include dependency graph for FlowTuple.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Myra::FlowTuple
 A 5-tuple used to identify a network flow. More...
 

Namespaces

 Myra
 Namespace declaration for all of the Myra Canyon helper functions.
 

Functions

std::ostream & operator<< (std::ostream &os, const Myra::FlowTuple &tuple)
 Stream a Myra::FlowTuple object. More...
 
bool operator< (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 
bool operator> (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 
bool operator<= (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 
bool operator>= (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 
bool operator== (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 
bool operator!= (const Myra::FlowTuple &lhs, const Myra::FlowTuple &rhs)
 Comparison operator for Myra::FlowTuple. More...
 

Detailed Description

FlowTuple is used to insert hints that can link future or predicted flows with older existing flows.

Function Documentation

bool operator!= ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.

bool operator< ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.

std::ostream& operator<< ( std::ostream &  os,
const Myra::FlowTuple tuple 
)
inline

Stream a Myra::FlowTuple object.

Here is the call graph for this function:

bool operator<= ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.

bool operator== ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.

bool operator> ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.

bool operator>= ( const Myra::FlowTuple lhs,
const Myra::FlowTuple rhs 
)
inline

Comparison operator for Myra::FlowTuple.