home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / expert.pak / HADDDATA.SNP < prev    next >
Text File  |  1997-07-23  |  2KB  |  46 lines

  1. ##^BOF
  2. ##\\" [[InternalName]];" [[DataSearch]]
  3. ##--BEGIN-- ? DataSearch == FALSE
  4. ##      "//{{[[ClassName]]AUTO_DATA_END}}" [[ClassTMarker]]
  5. ##      \\ClassTMarker [[ClassMarker]]
  6. ##      :^BOF
  7. ##      --BEGIN-- ? ClassMarker [[Search]]
  8. ##          :Search == FALSE
  9. ##          :{HAddADat.SNP}
  10. ##          :^BOF
  11. ##          :? ClassMarker [[Search]]
  12. ##*
  13. ##      --END-- ? ClassMarker [[Search]]
  14. ##      ^BOL
  15.     [[CPPType]] [[InternalName]];
  16. ##--END-- ? DataSearch == FALSE
  17. ##"//{{[[ClassName]]AUTO_TBL_END}}" [[ClassTMarker]]
  18. ##\\ClassTMarker [[ClassMarker]]
  19. ##^BOF
  20. ##--BEGIN-- ? ClassMarker [[Search]]
  21. ##    Search == FALSE
  22. ##    :{HAddAuto.SNP}
  23. ##    :^BOF
  24. ##    :? ClassMarker [[Search]]
  25. ##*
  26. ##--END-- ? ClassMarker [[Search]]
  27. ##^BOL
  28. ##OLEType == "TAutoBool"
  29. ##      :"TAutoBool" CPPType
  30. ##*
  31. ##(OLEType == CPPType) && (OLEType != "TAutoCurrency") && (OLEType != "TAutoDate") && (OLEType != "TAutoBool")
  32. ##--BEGIN-- StripPtrRef(CPPType, [[StripCPPType]]) [[AnyStripping]]
  33. ##      !AnyStripping
  34. AUTODATA([[InternalName]], [[InternalName]], TAutoObject<[[StripCPPType]]>, )
  35. ##      AnyStripping
  36. AUTODATA([[InternalName]], [[InternalName]], TAutoObject<[[StripCPPType]]>, )
  37. ##--END-- StripPtrRef(CPPType) [[StripCPPType]]
  38. ##(OLEType != CPPType) && (OLEType != "TAutoString") && (OLEType != "TAutoBool")
  39. AUTODATA([[InternalName]], [[InternalName]], [[CPPType]], )
  40. ##(OLEType == CPPType) && ((OLEType == "TAutoCurrency") || (OLEType == "TAutoDate") || (OLEType == "TAutoBool"))
  41. AUTODATA([[InternalName]], [[InternalName]], [[CPPType]], )
  42. ##(OLEType == "TAutoString") && (CPPType != "string")
  43. AUTODATA([[InternalName]], [[InternalName]], TAutoString, )
  44. ##(OLEType == "TAutoString") && (CPPType == "string")
  45. AUTODATA([[InternalName]], [[InternalName]], string, )
  46.