Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012

PropertyName.cpp

Go to the documentation of this file.
00001 // $Id:$
00002 // ============================================================================
00003 // Include files
00004 // ============================================================================
00005 #include "PropertyName.h"
00006 // ============================================================================
00007 // STD & STL:
00008 // ============================================================================
00009 // ============================================================================
00010 // Boost:
00011 // ============================================================================
00012 #include <boost/format.hpp>
00013 // ============================================================================
00014 std::string Gaudi::Parsers::PropertyName::FullName() const {
00015     return (HasClient()?client_+".":"")+property_;
00016 }
00017 // ============================================================================
00018 std::string Gaudi::Parsers::PropertyName::ToString() const {
00019     return FullName();
00020 }
00021 // ============================================================================
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:52:50 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004