Staging
v0.5.1
Revision d8b179e214bf5687ce8eed5a7eea3e529f256ed8 authored by Filip Roséen on 04 March 2016, 16:04:11 UTC, committed by Jean-Baptiste Kempf on 05 March 2016, 21:20:28 UTC
`MKV_IS_ID` is a macro to check whether the object hiding behind a pointer
has a certain dynamic type and it is being used all over the module.

There are however a lot of cases that is followed by a static_cast to the
appropriate type; `MKV_CHECKED_PTR_DECL` has been introduced to shorten
code that has such usage.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent 553febf
History

back to top