Public Member Functions | |
NetFEM_updatePackage (int src_, int ts_, int dim_, int flavor_) | |
const NetFEM_flavor & | getFlavor (void) const |
void * | pupMallocBuf (int *len) |
Return a malloc'd buffer containing our data in (*len) bytes. | |
Private Attributes | |
NetFEM_flavor | flavor |
Definition at line 35 of file netfem.C.
const NetFEM_flavor& NetFEM_updatePackage::getFlavor | ( | void | ) | const [inline] |
void* NetFEM_updatePackage::pupMallocBuf | ( | int * | len | ) | [inline] |
Return a malloc'd buffer containing our data in (*len) bytes.
The buffer must be free'd when done.
Definition at line 45 of file netfem.C.
References malloc(), p, NetFEM_update::pup(), and PUP_toNetwork4_sizer::size().
Referenced by NetFEM_state::getCurrent().
NetFEM_flavor NetFEM_updatePackage::flavor [private] |