#include "Sym.h"
#include <ostream>
Go to the source code of this file.
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 }