coolxv / cpp-stub

C++ unit test stub(not mock) and awesome.Surpported ISA x86,x86-64,arm64,arm32,arm thumb,mips64,riscv,loongarch64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to access protected function

abc469 opened this issue · comments

There is a macro ACCESS_PRIVATE_FUN to access private function, but how to access protected function.

ACCESS_PRIVATE_FUN can be used for protected function