All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Property.cpp File Reference

The implementation file for the class Property ans related classes. More...

#include <iostream>
#include <stdexcept>
#include <vector>
#include <string>
#include <utility>
#include <map>
#include <algorithm>
#include <functional>
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/Property.h"
#include "GaudiKernel/PropertyCallbackFunctor.h"
#include "GaudiKernel/GaudiHandle.h"
#include "boost/algorithm/string/case_conv.hpp"
Include dependency graph for Property.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const Property &prop)
 The output operator for friendly printout. More...
 

Detailed Description

The implementation file for the class Property ans related classes.

Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2006-02-27

Definition in file Property.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const Property prop 
)

The output operator for friendly printout.

Definition at line 38 of file Property.cpp.

40 { return prop.fillStream ( stream ) ; }
virtual std::ostream & fillStream(std::ostream &) const
the printout of the property value
Definition: Property.cpp:182