CMS 3D CMS Logo

Sym.h File Reference

#include <iosfwd>
#include <string>
#include <dlfcn.h>

Go to the source code of this file.

Classes

struct  Sym

Functions

bool operator< (Sym::address_type a, const Sym &b)
std::ostream & operator<< (std::ostream &os, Sym const &s)


Function Documentation

bool operator< ( Sym::address_type  a,
const Sym b 
) [inline]

Definition at line 59 of file Sym.h.

References Sym::addr_.

00060 { return a < b.addr_; }

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

Definition at line 7 of file Sym.cc.

References Sym::addr_, Sym::id_, and Sym::name_.

00008 {
00009   ost << s.id_ << " " << s.addr_ << " " << s.name_;
00010   return ost;
00011 }


Generated on Tue Jun 9 17:53:33 2009 for CMSSW by  doxygen 1.5.4