I3SubIdentifier.cc File Reference

#include "I3SubIdentifier.h"

Functions

std::ostream & operator<< (std::ostream &os, const I3SubIdentifier &s)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const I3SubIdentifier s 
)

00084                                                                  {
00085     if (s.type == I3SubIdentifier::Identifier) {
00086         os << s.identifier;
00087     } else {
00088         os << s.ipAddress;
00089     }
00090     return os;
00091 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5