#include <MarshaledG4HCofThisEvent.h>
|
| MarshaledG4HCofThisEvent (G4HCofThisEvent *objptr) |
|
| MarshaledG4HCofThisEvent (void *buf, char isUnmarshaling='u') |
|
| ~MarshaledG4HCofThisEvent () |
|
G4HCofThisEvent * | unmarshal () |
|
void | unmarshalTo (G4HCofThisEvent *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HCofThisEvent (G4HCofThisEvent *objptr) |
|
| MarshaledG4HCofThisEvent (void *buf, char chIsUnmarshaling='u') |
|
| ~MarshaledG4HCofThisEvent () |
|
G4HCofThisEvent * | unmarshal () |
|
void | unmarshalTo (G4HCofThisEvent *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HCofThisEvent (G4HCofThisEvent *objptr) |
|
| MarshaledG4HCofThisEvent (void *buf, char isUnmarshaling='u') |
|
| ~MarshaledG4HCofThisEvent () |
|
G4HCofThisEvent * | unmarshal () |
|
void | unmarshalTo (G4HCofThisEvent *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HCofThisEvent (G4HCofThisEvent *objptr) |
|
| MarshaledG4HCofThisEvent (void *buf, char chIsUnmarshaling='u') |
|
| ~MarshaledG4HCofThisEvent () |
|
G4HCofThisEvent * | unmarshal () |
|
void | unmarshalTo (G4HCofThisEvent *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledObj () |
|
| MarshaledObj (void *buf, char chIsUnmarshaling) |
|
| ~MarshaledObj () |
|
bool | isUnmarshaling () |
|
void | EXTEND_BUFFER (int size) |
|
void | resizeBuffer (size_t new_size) |
|
int | getBufferSize () |
|
char * | getBuffer () |
|
void | marshalPrimitive (void *p, int size) |
|
void | unmarshalPrimitive (void *p, int size) |
|
| MarshaledObj () |
|
| MarshaledObj (void *buf, char chIsUnmarshaling) |
|
| ~MarshaledObj () |
|
bool | isUnmarshaling () |
|
void | EXTEND_BUFFER (int size) |
|
void | resizeBuffer (size_t new_size) |
|
int | getBufferSize () |
|
char * | getBuffer () |
|
void | marshalPrimitive (void *p, int size) |
|
void | unmarshalPrimitive (void *p, int size) |
|
◆ MarshaledG4HCofThisEvent() [1/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [2/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HCofThisEvent() [1/4]
MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [3/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [4/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HCofThisEvent() [2/4]
MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [5/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [6/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HCofThisEvent() [3/4]
MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [7/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HCofThisEvent() [8/8]
MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HCofThisEvent() [4/4]
MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
◆ marshal1() [1/4]
void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 88 of file ParN02/include/MarshaledG4HCofThisEvent.h.
90 int msh_currentSize = 0;
92 throw "Tried to marshal in obj marked isUnmarshaling == true";
115 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
116 copy_off +=
sizeof(int);
122 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
123 copy_off += marEle.getBufferSize();
125 msh_currentSize = copy_off;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
◆ marshal1() [2/4]
void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 88 of file ParN04/include/MarshaledG4HCofThisEvent.h.
90 int msh_currentSize = 0;
92 throw "Tried to marshal in obj marked isUnmarshaling == true";
115 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
116 copy_off +=
sizeof(int);
122 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
123 copy_off += marEle.getBufferSize();
125 msh_currentSize = copy_off;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
◆ marshal1() [3/4]
void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file ParN04/AnnotatedFiles/MarshaledG4HCofThisEvent.h.
93 int msh_currentSize = 0;
95 throw "Tried to marshal in obj marked isUnmarshaling == true";
115 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
116 copy_off +=
sizeof(int);
122 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
123 copy_off += marEle.getBufferSize();
125 msh_currentSize = copy_off;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
◆ marshal1() [4/4]
void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file ParN02/AnnotatedFiles/MarshaledG4HCofThisEvent.h.
93 int msh_currentSize = 0;
95 throw "Tried to marshal in obj marked isUnmarshaling == true";
115 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
116 copy_off +=
sizeof(int);
122 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
123 copy_off += marEle.getBufferSize();
125 msh_currentSize = copy_off;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
◆ unmarshal() [1/4]
◆ unmarshal() [2/4]
◆ unmarshal() [3/4]
◆ unmarshal() [4/4]
◆ unmarshal1() [1/4]
void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file ParN04/include/MarshaledG4HCofThisEvent.h.
142 int msh_currentSize = 0;
144 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));
150 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
151 copy_off +=
sizeof(int);
155 copy_off += marEle.getBufferSize();
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
◆ unmarshal1() [2/4]
void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file ParN02/include/MarshaledG4HCofThisEvent.h.
142 int msh_currentSize = 0;
144 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));
150 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
151 copy_off +=
sizeof(int);
155 copy_off += marEle.getBufferSize();
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
◆ unmarshal1() [3/4]
void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
◆ unmarshal1() [4/4]
void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
◆ unmarshalTo() [1/4]
◆ unmarshalTo() [2/4]
◆ unmarshalTo() [3/4]
◆ unmarshalTo() [4/4]
◆ param
◆ Shadowed_param
The documentation for this class was generated from the following file: