Public Member Functions | |
G__Sizep2memfuncTCellDict () | |
size_t | sizep2memfunc () |
Private Attributes | |
size_t(G__Sizep2memfuncTCellDict::* | p )() |
Definition at line 390 of file TCellDict.cc.
G__Sizep2memfuncTCellDict::G__Sizep2memfuncTCellDict | ( | ) | [inline] |
Definition at line 392 of file TCellDict.cc.
00392 : p(&G__Sizep2memfuncTCellDict::sizep2memfunc) {}
size_t G__Sizep2memfuncTCellDict::sizep2memfunc | ( | ) | [inline] |
Definition at line 393 of file TCellDict.cc.
References p.
Referenced by G__get_sizep2memfuncTCellDict().
00393 { return(sizeof(p)); }
size_t(G__Sizep2memfuncTCellDict::* G__Sizep2memfuncTCellDict::p)() [private] |