Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011

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 Fri Sep 2 2011 16:24:58 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004