Say I have a class evilLord
declared in the file evil_lair.hh
and is implemented in the file evil_lair.cc
. Now, I want to add the function bool minionDo(std::string command)
. Is there any script which will put the declaration and empty function definition in the respective files automatically?
I am using c-support
vim-plugin which I find useful. Maybe this can be added as a functionality to this script...