#include <new_table.hpp>
Definition at line 153 of file new_table.hpp.
| new_table | ( | new_table_rep< C, T, V > * | rep2 | ) | [inline] |
Definition at line 179 of file new_table.hpp.
| new_table | ( | const new_table_rep< C, T, V > * | rep2, | |
| bool | inc | |||
| ) | [inline] |
Definition at line 179 of file new_table.hpp.
Definition at line 179 of file new_table.hpp.
| ~new_table | ( | ) | [inline] |
Definition at line 179 of file new_table.hpp.
| new_table | ( | ) | [inline] |
Definition at line 163 of file new_table.hpp.
References mmx::busy(), and table< C, T, V >::rep.
Definition at line 166 of file new_table.hpp.
References mmx::busy(), and table< C, T, V >::rep.
| void operator delete | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
| void operator delete[] | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
| void* operator new | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
| void* operator new | ( | size_t | sz | ) | [inline] |
| void* operator new[] | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
| void* operator new[] | ( | size_t | sz | ) | [inline] |
| const new_table_rep< C, T, V > * operator-> | ( | ) | const [inline] |
Definition at line 179 of file new_table.hpp.
Definition at line 179 of file new_table.hpp.
Definition at line 175 of file new_table.hpp.
References table< C, T, V >::rep, and table< C, T, V >::secure().
| C& operator[] | ( | const K & | x | ) | [inline] |
Definition at line 173 of file new_table.hpp.
References table< C, T, V >::rep, and table< C, T, V >::secure().
Definition at line 171 of file new_table.hpp.
References table< C, T, V >::rep.
00171 { 00172 return rep->get (x); }
| const C& operator[] | ( | const K & | x | ) | const [inline] |
Definition at line 169 of file new_table.hpp.
References table< C, T, V >::rep.
00169 { 00170 return rep->get (as<T> (x)); }
| void secure | ( | ) | [inline] |
Definition at line 179 of file new_table.hpp.
new_table_rep< C , T , V >* rep [protected] |
Definition at line 154 of file new_table.hpp.
1.6.1