#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::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
G4HitsCollection * |
objptr | ) |
|
|
inline |
MarshaledG4HitsCollection::MarshaledG4HitsCollection |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
MarshaledG4HitsCollection::~MarshaledG4HitsCollection |
( |
| ) |
|
|
inline |
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 89 of file 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);
118 for(
int index=0;index<elementNum;index++){
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)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file 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);
117 for(
int index=0;index<elementNum;index++){
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)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 95 of file 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);
131 for(
int index=0;index<elementNum;index++){
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)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
void MarshaledG4HitsCollection::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 99 of file 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);
132 for(
int index=0;index<elementNum;index++){
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)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file MarshaledG4THitsCollection.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);
152 for(
int index=0;index<elementNum;index++){
155 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 141 of file MarshaledG4THitsCollection.h.
143 int msh_currentSize = 0;
145 memcpy(&msh_currentSize,
msh_cursor,
sizeof(
int));
151 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
152 copy_off +=
sizeof(
int);
153 for(
int index=0;index<elementNum;index++){
156 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 194 of file 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);
208 for(
int index=0;index<elementNum;index++){
211 copy_off += marEle.getBufferSize();
225 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
226 copy_off +=
sizeof(
int);
227 for(
int index=0;index<elementNum;index++){
230 copy_off += marEle.getBufferSize();
244 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
245 copy_off +=
sizeof(
int);
246 for(
int index=0;index<elementNum;index++){
249 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void MarshaledG4HitsCollection::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 195 of file 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);
209 for(
int index=0;index<elementNum;index++){
212 copy_off += marEle.getBufferSize();
226 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
227 copy_off +=
sizeof(
int);
228 for(
int index=0;index<elementNum;index++){
231 copy_off += marEle.getBufferSize();
245 memcpy(&elementNum,
msh_cursor+copy_off,
sizeof(
int));
246 copy_off +=
sizeof(
int);
247 for(
int index=0;index<elementNum;index++){
250 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
The documentation for this class was generated from the following files: