#include <alloc.h>
Public Member Functions | |
| __array_fast_helper_t () | |
| void | set_size (t_size p_size, t_size p_size_total) |
| t_size | get_size () const |
| t_size | get_size_total () const |
| const t_item & | operator[] (t_size p_index) const |
| t_item & | operator[] (t_size p_index) |
| ~__array_fast_helper_t () | |
| t_item * | get_ptr () |
| const t_item * | get_ptr () const |
| bool | is_ptr_owned (const void *p_item) const |
| pfc::__array_fast_helper_t< t_item >::__array_fast_helper_t | ( | ) | [inline] |
| pfc::__array_fast_helper_t< t_item >::~__array_fast_helper_t | ( | ) | [inline] |
| void pfc::__array_fast_helper_t< t_item >::set_size | ( | t_size | p_size, | |
| t_size | p_size_total | |||
| ) | [inline] |
| t_size pfc::__array_fast_helper_t< t_item >::get_size | ( | ) | const [inline] |
| t_size pfc::__array_fast_helper_t< t_item >::get_size_total | ( | ) | const [inline] |
| const t_item& pfc::__array_fast_helper_t< t_item >::operator[] | ( | t_size | p_index | ) | const [inline] |
| t_item& pfc::__array_fast_helper_t< t_item >::operator[] | ( | t_size | p_index | ) | [inline] |
| t_item* pfc::__array_fast_helper_t< t_item >::get_ptr | ( | ) | [inline] |
| const t_item* pfc::__array_fast_helper_t< t_item >::get_ptr | ( | ) | const [inline] |
| bool pfc::__array_fast_helper_t< t_item >::is_ptr_owned | ( | const void * | p_item | ) | const [inline] |
1.5.5