Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
G4VInteractorManager.cc File Reference
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include "G4VInteractorManager.hh"

Go to the source code of this file.

Macros

#define NewString(str)   ((str) != NULL ? (strcpy((char*)malloc((unsigned)strlen(str) + 1), str)) : NULL)
 

Macro Definition Documentation

#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().