Run Code Before Every Function Call for a Class in C++

后端 未结 9 1241
被撕碎了的回忆
被撕碎了的回忆 2021-02-15 13:08

I would like to run some code (perhaps a function) right before every function call for a class and all functions of the classes that inherit from that class. I\'d like to do t

9条回答
  •  南方客
    南方客 (楼主)
    2021-02-15 13:31

    AspectC++ is what you want. I haven't used it myself, but Aspect-Oriented Programming paradigm tries to solve this exact problem.

提交回复
热议问题