|
foobar2000 SDK
2015-01-14
|
#include <alloc.h>
Public Types | |
| enum | { alloc_prioritizes_speed = false } |
Public Member Functions | |
| alloc_standard () | |
| void | force_reset () |
| const t_item * | get_ptr () const |
| t_item * | get_ptr () |
| t_size | get_size () const |
| bool | is_ptr_owned (const void *p_item) const |
| void | move_from (t_self &other) |
| const t_item & | operator[] (t_size p_index) const |
| t_item & | operator[] (t_size p_index) |
| void | prealloc (t_size p_size) |
| void | set_size (t_size p_size) |
Private Types | |
| typedef alloc_standard< t_item > | t_self |
Private Member Functions | |
| alloc_standard (const t_self &) | |
| const t_self & | operator= (const t_self &) |
Private Attributes | |
| __array_lite_helper_t< t_item > | m_content |
|
private |
| anonymous enum |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
1.8.9.1