|
foobar2000 SDK
2015-08-03
|
#include <alloc.h>
Public Member Functions | |
| __array_lite_helper_t () | |
| ~__array_lite_helper_t () | |
| t_item * | get_ptr () |
| const t_item * | get_ptr () const |
| 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 | set_size (t_size p_size) |
Private Types | |
| typedef __array_lite_helper_t< t_item > | t_self |
Private Member Functions | |
| __array_lite_helper_t (const t_self &) | |
| const t_self & | operator= (const t_self &) |
| void | resize_content (t_size p_size) |
| void | resize_storage (t_size p_size) |
Private Attributes | |
| t_item * | m_buffer |
| t_size | m_size |
|
private |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 253 of file alloc.h.
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 265 of file alloc.h.
|
inlineprivate |
Definition at line 281 of file alloc.h.
|
inline |
|
private |
|
private |
1.8.11