All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 // ============================================================================
15  return (HasClient()?client_+".":"")+property_;
16 }
17 // ============================================================================
19  return FullName();
20 }
21 // ============================================================================
std::string ToString() const
std::string FullName() const