summaryrefslogtreecommitdiff
path: root/inc/Interface_ValueInterpret.hxx
blob: b03ba40a9d307f88872388fa3a5416d9c765df98 (plain)
1
2
3
4
5
6
7
8
#ifndef _Interface_ValueInterpret_HeaderFile
#define _Interface_ValueInterpret_HeaderFile

#include <Handle_TCollection_HAsciiString.hxx>

typedef Handle(TCollection_HAsciiString)  (*Interface_ValueInterpret) (const Handle(Interface_TypedValue)& typval, const Handle(TCollection_HAsciiString)& val, const Standard_Boolean native);

#endif