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 // ============================================================================
7  return (HasClient()?client_+".":"")+property_;
8 }
9 // ============================================================================
11  return FullName();
12 }
13 // ============================================================================
std::string ToString() const
STL class.
std::string FullName() const
Definition: PropertyName.cpp:6