#include <routine.hpp>
Definition at line 81 of file routine.hpp.
| routine | ( | routine_rep * | rep2 | ) | [inline] |
Definition at line 96 of file routine.hpp.
| routine | ( | const routine_rep * | rep2, | |
| bool | with_inc | |||
| ) | [inline] |
Definition at line 96 of file routine.hpp.
Definition at line 96 of file routine.hpp.
| ~routine | ( | ) | [inline] |
Definition at line 96 of file routine.hpp.
| routine | ( | ) | [inline] |
Definition at line 85 of file routine.hpp.
00085 : rep (NULL) {}
| void operator delete | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
| void operator delete[] | ( | void * | ptr, | |
| size_t | sz | |||
| ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
| void* operator new | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
| void* operator new | ( | size_t | sz | ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
| void* operator new[] | ( | size_t | sz, | |
| void * | where | |||
| ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
| void* operator new[] | ( | size_t | sz | ) | [inline] |
Definition at line 82 of file routine.hpp.
00083 : inline const routine_rep* operator * () const { return rep; }
Definition at line 92 of file routine.hpp.
Definition at line 90 of file routine.hpp.
Definition at line 88 of file routine.hpp.
| generic operator() | ( | ) | [inline] |
Definition at line 86 of file routine.hpp.
| const routine_rep* operator* | ( | ) | const [inline] |
Definition at line 84 of file routine.hpp.
00084 { return rep; }
| const routine_rep * operator-> | ( | ) | const [inline] |
Definition at line 96 of file routine.hpp.
Definition at line 96 of file routine.hpp.
| void secure | ( | ) | [inline] |
Definition at line 96 of file routine.hpp.
| bool is_nil | ( | const routine & | fun | ) | [friend] |
routine_rep* rep [protected] |
Definition at line 82 of file routine.hpp.
1.6.1