17 #ifndef TEAMCENTER__FND0PROPERTYFORMATTER__HXX
18 #define TEAMCENTER__FND0PROPERTYFORMATTER__HXX
21 #include <common/tc_deprecation_macros.h>
24 #include <property/libproperty_exports.h>
28 class Fnd0PropertyFormatter;
32 class Fnd0PropertyFormatterImpl;
36 class Fnd0PropertyFormatterDelegate;
40 class Fnd0PropertyFormatterDispatch;
44 class Fnd0PropertyFormatterGenImpl;
70 int fnd0format(
bool value, std::string *formattedValue );
79 int fnd0format(
double value, std::string *formattedValue );
88 int fnd0format(
int value, std::string *formattedValue );
97 int fnd0format( std::string *value, std::string *formattedValue );
100 virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
139 friend class Fnd0PropertyFormatterDelegate;
140 friend class Fnd0PropertyFormatterGenImpl;
143 #include <property/libproperty_undef.h>
144 #endif // TEAMCENTER__FND0PROPERTYFORMATTER__HXX