The Gaudi Framework
v26r3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// ============================================================================
Gaudi::Parsers::PropertyName::ToString
std::string ToString() const
Definition:
PropertyName.cpp:18
Gaudi::Parsers::PropertyName::property_
std::string property_
Definition:
PropertyName.h:45
Gaudi::Parsers::PropertyName::FullName
std::string FullName() const
Definition:
PropertyName.cpp:14
PropertyName.h
Gaudi::Parsers::PropertyName::HasClient
bool HasClient() const
Definition:
PropertyName.h:41
Gaudi::Parsers::PropertyName::client_
std::string client_
Definition:
PropertyName.h:44
GaudiCoreSvc
src
JobOptionsSvc
PropertyName.cpp
Generated on Tue Jul 21 2015 12:23:30 for The Gaudi Framework by
1.8.9.1