#include <G4ReactionProductVector.hh>
Public Member Functions | |
void | operator() (G4ReactionProduct *aR) |
Definition at line 44 of file G4ReactionProductVector.hh.
void DeleteReactionProduct::operator() | ( | G4ReactionProduct * | aR | ) | [inline] |
Definition at line 44 of file G4ReactionProductVector.hh.
00044 { void operator()(G4ReactionProduct * aR){delete aR;} };