#include <storage.hpp>
Definition at line 47 of file storage.hpp.
| storage | ( | storage_rep * | rep2 | ) | [inline] |
Definition at line 53 of file storage.hpp.
| storage | ( | const storage_rep * | rep2, | |
| bool | with_inc | |||
| ) | [inline] |
Definition at line 53 of file storage.hpp.
Definition at line 53 of file storage.hpp.
| ~storage | ( | ) | [inline] |
Definition at line 53 of file storage.hpp.
| storage | ( | ) | [inline] |
Definition at line 50 of file storage.hpp.
00050 : rep (NULL) {}
| void operator delete | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 48 of file storage.hpp.
| void operator delete[] | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 48 of file storage.hpp.
| void* operator new | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 48 of file storage.hpp.
| void* operator new | ( | size_t | sz | ) | [inline] |
Definition at line 48 of file storage.hpp.
| void* operator new[] | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 48 of file storage.hpp.
| void* operator new[] | ( | size_t | sz | ) | [inline] |
Definition at line 48 of file storage.hpp.
| const storage_rep * operator-> | ( | ) | const [inline] |
Definition at line 53 of file storage.hpp.
Definition at line 53 of file storage.hpp.
| void secure | ( | ) | [inline] |
Definition at line 53 of file storage.hpp.
friend class storage_rep [friend] |
Definition at line 51 of file storage.hpp.
storage_rep* rep [protected] |
Definition at line 48 of file storage.hpp.
1.6.1