PseudoUuid.h File Reference

Go to the source code of this file.

Classes

class  PseudoUuid
 Wrapper for a UUID. More...
class  PseudoUuidGenerator
 Generator for values of PseudoUuid. More...

Functions

std::ostream & operator<< (std::ostream &str, PseudoUuid const &uuid)


Function Documentation

std::ostream& operator<< ( std::ostream &  str,
PseudoUuid const &  uuid 
) [inline]

Definition at line 147 of file PseudoUuid.h.

References PseudoUuid::toString().

00148 {
00149     str << uuid.toString();
00150     return str;
00151 }


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1