I3SubIdentifier.cc File Reference

#include "I3SubIdentifier.h"

Go to the source code of this file.

Functions

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


Detailed Description

Author:
Antonio Zea

Antonio Zea

Definition in file I3SubIdentifier.cc.


Function Documentation

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

Definition at line 90 of file I3SubIdentifier.cc.

00090                                                                  {
00091     if (s.type == I3SubIdentifier::Identifier) {
00092         os << s.identifier;
00093     } else {
00094         os << s.ipAddress;
00095     }
00096     return os;
00097 }


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8