NTRT Simulator
 All Classes Files Functions Variables Typedefs Friends Pages
tgTags.h File Reference

Contains the definition of class tgTags $Id$. More...

#include <deque>
#include <set>
#include <string>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <locale>
#include "tgException.h"

Go to the source code of this file.

Classes

struct  tgTagException
 
class  tgTags
 

Functions

std::ostream & operator<< (std::ostream &os, const tgTags &tags)
 
tgTags operator+ (tgTags lhs, const tgTags &rhs)
 
bool operator< (const tgTags &lhs, const tgTags &rhs)
 
bool operator> (const tgTags &lhs, const tgTags &rhs)
 
bool operator<= (const tgTags &lhs, const tgTags &rhs)
 
bool operator>= (const tgTags &lhs, const tgTags &rhs)
 

Detailed Description

Contains the definition of class tgTags $Id$.

Definition in file tgTags.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgTags tags 
)
inline

Overload operator<<() to handle a tgTags.

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

Definition at line 315 of file tgTags.h.