#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) |
| |
Definition at line 30 of file MarshaledG4HCofThisEvent.h.
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
| MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
| MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
isUnmarshaling = 'u' |
|
) |
| |
|
inline |
| MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
G4HCofThisEvent * |
objptr | ) |
|
|
inline |
| MarshaledG4HCofThisEvent::MarshaledG4HCofThisEvent |
( |
void * |
buf, |
|
|
char |
chIsUnmarshaling = 'u' |
|
) |
| |
|
inline |
| MarshaledG4HCofThisEvent::~MarshaledG4HCofThisEvent |
( |
| ) |
|
|
inline |
| void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 88 of file 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);
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;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
| void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 88 of file 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);
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;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
| void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file 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);
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;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
| void MarshaledG4HCofThisEvent::marshal1 |
( |
| ) |
|
|
inline |
Definition at line 91 of file 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);
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;
G4VHitsCollection * GetHC(G4int i)
#define MSH_SET_TYPECHOICE(X)
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void EXTEND_BUFFER(int size)
#define MSH_SET_TOTALSIZE(X)
G4int GetNumberOfCollections()
| void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file 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);
152 for(
int index=0;index<elementNum;index++){
155 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
| void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file 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);
152 for(
int index=0;index<elementNum;index++){
155 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
| void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file 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);
152 for(
int index=0;index<elementNum;index++){
155 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
| void MarshaledG4HCofThisEvent::unmarshal1 |
( |
| ) |
|
|
inline |
Definition at line 140 of file 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);
152 for(
int index=0;index<elementNum;index++){
155 copy_off += marEle.getBufferSize();
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
The documentation for this class was generated from the following files: