foobar2000 SDK
2015-08-03
Main Page
Related Pages
Namespaces
Data Structures
Files
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
pfc
traits_default_movable
Public Types
pfc::traits_default_movable
#include <
traits.h
>
Inheritance diagram for pfc::traits_default_movable:
Public Types
enum
{
realloc_safe
= true,
needs_destructor
= true,
needs_constructor
= true,
constructor_may_fail
= true }
Detailed Description
Definition at line
13
of file
traits.h
.
Member Enumeration Documentation
anonymous enum
Enumerator
realloc_safe
needs_destructor
needs_constructor
constructor_may_fail
Definition at line
15
of file
traits.h
.
15
{
16
realloc_safe
=
true
,
17
needs_destructor
=
true
,
18
needs_constructor
=
true
,
19
constructor_may_fail
=
true
20
};
pfc::traits_default_movable::constructor_may_fail
Definition:
traits.h:19
pfc::traits_default_movable::needs_destructor
Definition:
traits.h:17
pfc::traits_default_movable::needs_constructor
Definition:
traits.h:18
pfc::traits_default_movable::realloc_safe
Definition:
traits.h:16
The documentation for this class was generated from the following file:
pfc/
traits.h
Generated by
1.8.11