Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

UnpackDataBlock Struct Reference

#include <UnpackMem.hpp>

List of all members.

Public Methods

char * GetPtr ()
unsigned long GetLen ()

Public Attributes

unsigned long len
UnpackDataBlock * next


Member Function Documentation

unsigned long UnpackDataBlock::GetLen   [inline]
 

Definition at line 11 of file UnpackMem.hpp.

00011 {  return len;  }

char* UnpackDataBlock::GetPtr   [inline]
 

Definition at line 10 of file UnpackMem.hpp.

00010 {  return (char *)(this+1);  }


Member Data Documentation

unsigned long UnpackDataBlock::len
 

Definition at line 6 of file UnpackMem.hpp.

UnpackDataBlock* UnpackDataBlock::next
 

Definition at line 7 of file UnpackMem.hpp.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 13 16:08:56 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001