CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/FWCore/Services/src/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 54 of file Sym.h.

References Sym::addr_.

{ 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_.

{
  ost << s.id_ << " " << s.addr_ << " " << s.name_;
  return ost;
}