|
foobar2000 SDK
2015-08-03
|
#include <traits.h>
Inheritance diagram for pfc::traits_rawobject:Public Types | |
| enum | { realloc_safe = true, needs_destructor = false, needs_constructor = false, constructor_may_fail = false } |
Public Types inherited from pfc::traits_default | |
| enum | { realloc_safe = false, needs_destructor = true, needs_constructor = true, constructor_may_fail = true } |
| anonymous enum |
| Enumerator | |
|---|---|
| realloc_safe | |
| needs_destructor | |
| needs_constructor | |
| constructor_may_fail | |
Definition at line 25 of file traits.h.
1.8.11