1
/*---------------------------------------------------------------------\
3
| |__ / \ / / . \ . \ |
8
\---------------------------------------------------------------------*/
11
#ifndef ZYPP_Signature_H
12
#define ZYPP_Signature_H
14
///////////////////////////////////////////////////////////////////
16
{ /////////////////////////////////////////////////////////////////
24
/** Overload to realize stream output. */
25
std::ostream & dumpOn( std::ostream & str ) const;
30
/** \relates Signature Stream output */
31
inline std::ostream & operator<<( std::ostream & str, const Signature & obj )
32
{ return obj.dumpOn( str ); }
34
/////////////////////////////////////////////////////////////////
36
///////////////////////////////////////////////////////////////////
37
#endif // ZYPP_Signature_H