Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 823 Bytes

File metadata and controls

18 lines (13 loc) · 823 Bytes

C++ Interface padding generator

Automatically generates function padding for C++ interface classes

Features

  • Save and load instances - Save/Load sessions as an .ipg file complete with all the options, output file, and defined interface functions allowing the ease of re-generating interface classes with small changes
  • Non destructive Option - When checked IPG analyzes the file and only overwrites virtual functions leaving custom functions, includes, comments, inherits, etc... untouched.

Development

Prerequisite

  • Json.NET Framework for handling the Json format used for the IPG file (NuGet)

Attribution

License

MIT