#include <MarshaledG4THitsCollection.h>
|
| MarshaledG4HitsCollection (G4HitsCollection *objptr) |
|
| MarshaledG4HitsCollection (void *buf, char isUnmarshaling='u') |
|
| ~MarshaledG4HitsCollection () |
|
G4HitsCollection * | unmarshal () |
|
void | unmarshalTo (G4HitsCollection *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HitsCollection (G4HitsCollection *objptr) |
|
| MarshaledG4HitsCollection (void *buf, char chIsUnmarshaling='u') |
|
| ~MarshaledG4HitsCollection () |
|
G4HitsCollection * | unmarshal () |
|
void | unmarshalTo (G4HitsCollection *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HitsCollection (G4HitsCollection *objptr) |
|
| MarshaledG4HitsCollection (void *buf, char isUnmarshaling='u') |
|
| ~MarshaledG4HitsCollection () |
|
G4HitsCollection * | unmarshal () |
|
void | unmarshalTo (G4HitsCollection *obj) |
|
void | marshal1 () |
|
void | unmarshal1 () |
|
| MarshaledG4HitsCollection (G4HitsCollection *objptr) |
|
| MarshaledG4HitsCollection (void *buf, char chIsUnmarshaling='u') |
|
| ~MarshaledG4HitsCollection () |
|
G4HitsCollection * | unmarshal () |
|
void | unmarshalTo (G4HitsCollection *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) |
|
◆ MarshaledG4HitsCollection() [1/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [2/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HitsCollection() [1/4]
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [3/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [4/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HitsCollection() [2/4]
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [5/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [6/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HitsCollection() [3/4]
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [7/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
◆ MarshaledG4HitsCollection() [8/8]
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
◆ ~MarshaledG4HitsCollection() [4/4]
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
◆ marshal1() [1/4]
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 89 of file ParN02/include/MarshaledG4THitsCollection.h.
91 int msh_currentSize = 0;
93 throw "Tried to marshal in obj marked isUnmarshaling == true";
116 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
117 copy_off +=
sizeof(int);
123 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
124 copy_off += marEle.getBufferSize();
126 msh_currentSize = copy_off;
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
◆ marshal1() [2/4]
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file ParN02/AnnotatedFiles/MarshaledG4THitsCollection.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;
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
◆ marshal1() [3/4]
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 95 of file ParN04/include/MarshaledG4THitsCollection.h.
97 int msh_currentSize = 0;
99 throw "Tried to marshal in obj marked isUnmarshaling == true";
129 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
130 copy_off +=
sizeof(int);
145 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
146 copy_off += marEle.getBufferSize();
160 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
161 copy_off += marEle.getBufferSize();
175 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
176 copy_off += marEle.getBufferSize();
179 msh_currentSize = copy_off;
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
◆ marshal1() [4/4]
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 99 of file ParN04/AnnotatedFiles/MarshaledG4THitsCollection.h.
101 int msh_currentSize = 0;
103 throw "Tried to marshal in obj marked isUnmarshaling == true";
130 memcpy(
msh_cursor+copy_off, &elementNum,
sizeof(
int));
131 copy_off +=
sizeof(int);
146 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
147 copy_off += marEle.getBufferSize();
161 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
162 copy_off += marEle.getBufferSize();
176 memcpy(
msh_cursor+copy_off, marEle.getBuffer(), marEle.getBufferSize());
177 copy_off += marEle.getBufferSize();
180 msh_currentSize = copy_off;
#define MSH_SET_TYPECHOICE(X)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
◆ unmarshal() [1/4]
◆ unmarshal() [2/4]
◆ unmarshal() [3/4]
◆ unmarshal() [4/4]
◆ unmarshal1() [1/4]
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
◆ unmarshal1() [2/4]
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
◆ unmarshal1() [3/4]
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 194 of file ParN04/include/MarshaledG4THitsCollection.h.
196 int msh_currentSize = 0;
198 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));
206 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
207 copy_off +=
sizeof(int);
211 copy_off += marEle.getBufferSize();
225 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
226 copy_off +=
sizeof(int);
230 copy_off += marEle.getBufferSize();
244 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
245 copy_off +=
sizeof(int);
249 copy_off += marEle.getBufferSize();
◆ unmarshal1() [4/4]
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 195 of file ParN04/AnnotatedFiles/MarshaledG4THitsCollection.h.
197 int msh_currentSize = 0;
199 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));
207 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
208 copy_off +=
sizeof(int);
212 copy_off += marEle.getBufferSize();
226 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
227 copy_off +=
sizeof(int);
231 copy_off += marEle.getBufferSize();
245 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
246 copy_off +=
sizeof(int);
250 copy_off += marEle.getBufferSize();
◆ 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: