home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / DTUTYPE.HPP < prev    next >
C/C++ Source or Header  |  1996-09-19  |  1KB  |  28 lines

  1. #ifndef _DTUTYPE_HPP
  2. #define _DTUTYPE_HPP
  3.  
  4. //
  5. // Type factory functions for default data types
  6. //
  7.  
  8. extern DTType * DTBoolType_MakeDTBool( const MMType * );
  9. extern DTType * DTType_WFilePath_MakeDTWFilePath( const MMType * );
  10. extern DTType * DTType_WObject__ptr__MakeDTWObject__ptr_( const MMType * );
  11. extern DTType * DTType_WColor_MakeDTWColor( const MMType * );
  12. extern DTType * DTType_WFont_MakeDTWFont( const MMType * );
  13. extern DTType * DTType_WPoint_MakeDTWPoint( const MMType * );
  14. extern DTType * DTType_WRect_MakeDTWRect( const MMType * );
  15. extern DTType * DTType_Impl_String_MakeDTWString( const MMType * );
  16. extern DTType * DTType_WSize_MakeDTWSize( const MMType * );
  17. extern DTType * DTType_WRange_MakeDTWRange( const MMType * );
  18. extern DTType * DTType_WInt_MakeDTWInt( const MMType * );
  19. extern DTType * DTType_WUInt_MakeDTWUInt( const MMType * );
  20. extern DTType * DTType_WShort_MakeDTWShort( const MMType * );
  21. extern DTType * DTType_WUShort_MakeDTWUShort( const MMType * );
  22. extern DTType * DTType_WLong_MakeDTWLong( const MMType * );
  23. extern DTType * DTType_WULong_MakeDTWULong( const MMType * );
  24. extern DTType * DTType_WChar_MakeDTWChar( const MMType * );
  25. extern DTType * DTType_WUChar_MakeDTWUChar( const MMType * );
  26.  
  27. #endif // _DTUTYPE_HPP
  28.