NTRT Simulator  v1.1
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgPairs.h File Reference

Definition of class tgPairs. More...

#include <string>
#include <vector>
#include <algorithm>
#include "core/tgTaggables.h"
#include "tgPair.h"
#include "tgUtil.h"

Go to the source code of this file.

Classes

class  tgPairs
 

Functions

tgPairs operator- (tgPairs lhs, const tgPairs &rhs)
 
tgPairs operator- (tgPairs lhs, const std::vector< tgPair * > &rhs)
 
std::ostream & operator<< (std::ostream &os, const tgPairs &p)
 

Detailed Description

Definition of class tgPairs.

Author
Ryan Adams
Date
March 2014 $Id$

Definition in file tgPairs.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgPairs p 
)
inline

Overload operator<<() to handle tgPairs

Parameters
[in,out]osan ostream
[in]pa tgPairs
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 157 of file tgPairs.h.