Author Topic: Count of functions or classes  (Read 3951 times)

shreyasbshah

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Count of functions or classes
« on: March 10, 2017, 04:41:43 PM »
I have a directory with various sub-directories with .hxx files.  Is there a way to get a count of all functions in all the include files?

list-tags seems to show all public functions.  Don't know how to run through all files recursively and add up the total of functions.

Is there something similar for private and protected functions or classes also?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6867
  • Hero Points: 528
Re: Count of functions or classes
« Reply #1 on: March 29, 2017, 09:34:32 PM »
SlickEdit ships with a utility called listvtg which dumps .vtg tag file info. It might have all the info you need.