The Gaudi Framework  v29r0 (ff2e7097)
Gaudi::Details Namespace Reference

Namespaces

 Property
 

Classes

class  PropertyBase
 PropertyBase base class allowing PropertyBase* collections to be "homogeneous". More...
 

Functions

std::ostreamoperator<< (std::ostream &stream, const PropertyBase &prop)
 

Function Documentation

std::ostream& Gaudi::Details::operator<< ( std::ostream stream,
const PropertyBase prop 
)
inline

Definition at line 146 of file Property.h.

147  {
148  return prop.fillStream( stream );
149  }