| Bullet Collision Detection & Physics Library
    | 
A pairset array. More...
#include <gim_box_set.h>


| Public Member Functions | |
| gim_pair_set () | |
| void | push_pair (GUINT index1, GUINT index2) | 
| void | push_pair_inv (GUINT index1, GUINT index2) | 
|  Public Member Functions inherited from gim_array< GIM_PAIR > | |
| void | destroyData () | 
| protected operations  More... | |
| bool | resizeData (GUINT newsize) | 
| bool | growingCheck () | 
| bool | reserve (GUINT size) | 
| public operations  More... | |
| void | clear_range (GUINT start_range) | 
| void | clear () | 
| void | clear_memory () | 
| gim_array () | |
| gim_array (GUINT reservesize) | |
| ~gim_array () | |
| GUINT | size () const | 
| GUINT | max_size () const | 
| GIM_PAIR & | operator[] (size_t i) | 
| const GIM_PAIR & | operator[] (size_t i) const | 
| GIM_PAIR * | pointer () | 
| const GIM_PAIR * | pointer () const | 
| GIM_PAIR * | get_pointer_at (GUINT i) | 
| const GIM_PAIR * | get_pointer_at (GUINT i) const | 
| GIM_PAIR & | at (GUINT i) | 
| const GIM_PAIR & | at (GUINT i) const | 
| GIM_PAIR & | front () | 
| const GIM_PAIR & | front () const | 
| GIM_PAIR & | back () | 
| const GIM_PAIR & | back () const | 
| void | swap (GUINT i, GUINT j) | 
| void | push_back (const GIM_PAIR &obj) | 
| void | push_back_mem () | 
| Simply increase the m_size, doesn't call the new element constructor.  More... | |
| void | push_back_memcpy (const GIM_PAIR &obj) | 
| void | pop_back () | 
| void | pop_back_mem () | 
| Simply decrease the m_size, doesn't call the deleted element destructor.  More... | |
| void | erase (GUINT index) | 
| fast erase  More... | |
| void | erase_sorted_mem (GUINT index) | 
| void | erase_sorted (GUINT index) | 
| void | insert_mem (GUINT index) | 
| void | insert (const GIM_PAIR &obj, GUINT index) | 
| void | resize (GUINT size, bool call_constructor=true, const GIM_PAIR &fillData=GIM_PAIR()) | 
| void | refit () | 
| Additional Inherited Members | |
|  Public Attributes inherited from gim_array< GIM_PAIR > | |
| GIM_PAIR * | m_data | 
| properties  More... | |
| GUINT | m_size | 
| GUINT | m_allocated_size | 
A pairset array.
Definition at line 66 of file gim_box_set.h.
| 
 | inline | 
Definition at line 69 of file gim_box_set.h.
Definition at line 72 of file gim_box_set.h.
Definition at line 77 of file gim_box_set.h.
 1.8.11
 1.8.11