summaryrefslogtreecommitdiff
path: root/inc/Interface_ValueSatisfies.hxx
blob: 426fd379b4ea9ef10a3ca8d74d8e973130828eae (plain)
1
2
3
4
5
6
7
8
#ifndef _Interface_ValueSatisfies_HeaderFile
#define _Interface_ValueSatisfies_HeaderFile

#include <Handle_TCollection_HAsciiString.hxx>

typedef Standard_Boolean (*Interface_ValueSatisfies) (const Handle(TCollection_HAsciiString)& val);

#endif