#include <stdlib.h>#include <string.h>#include <algorithm>#include "G4VInteractorManager.hh"Go to the source code of this file.
Defines | |
| #define | NewString(str) ((str) != NULL ? (strcpy((char*)malloc((unsigned)strlen(str) + 1), str)) : NULL) |
| #define NewString | ( | str | ) | ((str) != NULL ? (strcpy((char*)malloc((unsigned)strlen(str) + 1), str)) : NULL) |
Definition at line 38 of file G4VInteractorManager.cc.
Referenced by G4VInteractorManager::SetArguments().
1.4.7