TODO 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. * use rename directive in swig for mor ruby names
  2. done nbFunctions functions_num
  3. done getFunction get_nth_function
  4. done nbStructures
  5. done getStructure
  6. done nbEnums
  7. done getFunctions functions
  8. done getStructures structures
  9. done getEnums enums
  10. done getUnions unions
  11. done getTypedefs typedefs
  12. done getFields fields
  13. done getParameters parameters
  14. done getConstants enum_constants
  15. done getRaw raw
  16. done hasNameForLinkage has_name_for_linkage
  17. done getTypedefName typedef_name
  18. done getTagType tag_type
  19. done getValue value
  20. done getName name
  21. done getType type
  22. done getReturn return_type
  23. done isCanonical is_canonical
  24. done getCanonicalType canonical_type
  25. done getSourceManager source_manager
  26. done getLangOpts lang_opts
  27. * check for others functions to rename:
  28. done addSourceFile
  29. done addSearchPath
  30. done addSearchPaths
  31. done getSourceFile
  32. done getHeadersPaths
  33. done getClasses
  34. done isInitialized
  35. in Type class
  36. done withConst
  37. done withVolatile
  38. done withRestrict
  39. done getUnqualifiedType
  40. done getLocalUnqualifiedType
  41. done getLocallyUnqualifiedSingleStepDesugaredType
  42. done getNonReferenceType
  43. done isEmpty
  44. * Remaining
  45. Equals =