The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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::ToString
std::string ToString() const
Definition:
PropertyName.cpp:8
Gaudi::Parsers::PropertyName::property_
std::string property_
Definition:
PropertyName.h:44
std::string
STL class.
Gaudi::Parsers::PropertyName::FullName
std::string FullName() const
Definition:
PropertyName.cpp:6
PropertyName.h
Gaudi::Parsers::PropertyName::HasClient
bool HasClient() const
Definition:
PropertyName.h:39
Gaudi::Parsers::PropertyName::client_
std::string client_
Definition:
PropertyName.h:43
GaudiCoreSvc
src
JobOptionsSvc
PropertyName.cpp
Generated on Wed Aug 1 2018 23:20:55 for The Gaudi Framework by
1.8.11