Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiCoreSvc
src
JobOptionsSvc
PropertyName.cpp
Go to the documentation of this file.
1
// $Id:$
2
// ============================================================================
3
// Include files
4
// ============================================================================
5
#include "
PropertyName.h
"
6
// ============================================================================
7
// STD & STL:
8
// ============================================================================
9
// ============================================================================
10
// Boost:
11
// ============================================================================
12
#include <boost/format.hpp>
13
// ============================================================================
14
std::string
Gaudi::Parsers::PropertyName::FullName
()
const
{
15
return
(HasClient()?client_+
"."
:
""
)+property_;
16
}
17
// ============================================================================
18
std::string
Gaudi::Parsers::PropertyName::ToString
()
const
{
19
return
FullName();
20
}
21
// ============================================================================
Generated at Mon Feb 17 2014 14:37:41 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004