Skip to content

igorkorsukov/kors_funcinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funcinfo

Several functions and macros for parsing signatures to get the name of a function, class, etc.

Requires C++17 and higher.

Provided macros:

  • FUNC_SIG - get function signature
  • FUNCNAME - get function name
  • CLASSNAME - get class name
  • CLASSFUNC - get class::func
  • MODULENAME - get module name

See more details: example/main.cpp

About

Parse signature of functions

Resources

License

Stars

Watchers

Forks