api/factory.cpp¶
Namespaces¶
Name |
---|
cvedia |
cvedia::rt |
cvedia::rt::api |
cvedia::rt::api::factory |
Classes¶
Name | |
---|---|
struct | debug_type |
Defines¶
Name | |
---|---|
DEBUG_TYPE(x) |
Macros Documentation¶
define DEBUG_TYPE¶
#define DEBUG_TYPE(
x
)
do { typedef void(*T)x; debug_type<T>(T(), #x); } while(0)
Updated on 2024-11-15 at 16:17:52 +0000