The Gaudi Framework
v32r2 (46d42edc)
PropertyName.cpp
Go to the documentation of this file.
1
// ============================================================================
2
// Include files
3
// ============================================================================
4
#include "
PropertyName.h
"
5
// ============================================================================
6
std::string
Gaudi::Parsers::PropertyName::FullName
()
const
{
return
(
HasClient
() ?
client_
+
"."
:
""
) +
property_
; }
7
// ============================================================================
8
std::string
Gaudi::Parsers::PropertyName::ToString
()
const
{
return
FullName(); }
9
// ============================================================================
Gaudi::Parsers::PropertyName::property_
std::string property_
Definition:
PropertyName.h:36
Gaudi::Parsers::PropertyName::HasClient
bool HasClient() const
Definition:
PropertyName.h:31
std::string
STL class.
Gaudi::Parsers::PropertyName::ToString
std::string ToString() const
Definition:
PropertyName.cpp:8
PropertyName.h
Gaudi::Parsers::PropertyName::FullName
std::string FullName() const
Definition:
PropertyName.cpp:6
Gaudi::Parsers::PropertyName::client_
std::string client_
Definition:
PropertyName.h:35
GaudiCoreSvc
src
JobOptionsSvc
PropertyName.cpp
Generated on Sat Sep 28 2019 18:06:48 for The Gaudi Framework by
1.8.15