it casts pb
in tsfa_pro *
then it dereference it
in another words, tsfap
is a reference to what pointed by pb
, using a C-style cast to convert pb
from pro_base
to tsfa_pro
.
solved expain following code snippet [closed]
it casts pb
in tsfa_pro *
then it dereference it
in another words, tsfap
is a reference to what pointed by pb
, using a C-style cast to convert pb
from pro_base
to tsfa_pro
.
solved expain following code snippet [closed]