#include <generic_function.hpp>
Definition at line 36 of file generic_function.hpp.
| generic_function | ( | generic_function_rep * | rep2 | ) | [inline] |
| generic_function | ( | const generic_function_rep * | rep2, | |
| bool | with_inc | |||
| ) | [inline] |
Definition at line 47 of file generic_function.hpp.
| generic_function | ( | const generic_function & | x | ) | [inline] |
Definition at line 47 of file generic_function.hpp.
| ~generic_function | ( | ) | [inline] |
Definition at line 47 of file generic_function.hpp.
| generic_function | ( | ) | [inline] |
Definition at line 70 of file generic_function.hpp.
00070 : 00071 rep ((generic_function_rep*) new nil_function_rep ()) {}
| void operator delete | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void operator delete[] | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void* operator new | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void* operator new | ( | size_t | sz | ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void* operator new[] | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void* operator new[] | ( | size_t | sz | ) | [inline] |
Definition at line 37 of file generic_function.hpp.
00038 { return (void*) rep; }
| void* operator* | ( | ) | const [inline] |
Definition at line 38 of file generic_function.hpp.
00038 { return (void*) rep; }
| const generic_function_rep * operator-> | ( | ) | const [inline] |
Definition at line 47 of file generic_function.hpp.
| generic_function & operator= | ( | const generic_function & | x | ) | [inline] |
Definition at line 47 of file generic_function.hpp.
| void secure | ( | ) | [inline] |
Definition at line 47 of file generic_function.hpp.
generic_function_rep* rep [protected] |
Definition at line 37 of file generic_function.hpp.
1.6.1