Go to the documentation of this file.
3 #ifndef MarshaledG4String_H
4 #define MarshaledG4String_H
83 int msh_currentSize = 0;
85 throw "Tried to marshal in obj marked isUnmarshaling == true";
89 int size =
param->size()+1;
91 msh_currentSize = size;
122 int msh_currentSize = 0;
124 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));