The Gaudi Framework
v28r2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
{
7
return
(
HasClient
()?
client_
+
"."
:
""
)+
property_
;
8
}
9
// ============================================================================
10
std::string
Gaudi::Parsers::PropertyName::ToString
()
const
{
11
return
FullName
();
12
}
13
// ============================================================================
Gaudi::Parsers::PropertyName::ToString
std::string ToString() const
Definition:
PropertyName.cpp:10
Gaudi::Parsers::PropertyName::property_
std::string property_
Definition:
PropertyName.h:37
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:33
Gaudi::Parsers::PropertyName::client_
std::string client_
Definition:
PropertyName.h:36
GaudiCoreSvc
src
JobOptionsSvc
PropertyName.cpp
Generated on Thu Mar 30 2017 15:42:46 for The Gaudi Framework by
1.8.11