INL Splitter allows developers to keep a class implementation and interface in a single .inl file, basically inlining all class member functions. This simple script will split the .inl file, placing the function bodies in a .cc file, and the class definition and prototypes in the .h file.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C++ Awk |