Data Structure
- From: ranjeet.gupta@xxxxxxxxx
- Date: 25 Jun 2005 03:55:37 -0700
Dear All
Please go through the below data structure and please
let me know what it is exactly doing ? I am not able to understand
as there are the fuction pointers used inside it which is taking
the structure as the agrument, is this a sort of link list ?
typedef struct
{
char *Data;
char *Parent;
int Size;
int_err (*Open) (struct_ObjectRecord *Self,
const char *Filename);
int_err (*close)(struct_ObjectRecord *Self);
int_err (*destroy)(struct_ObjectRecord *Self);
int_err (*YourFile)(struct_ObjectRecord *self,
const char *filename,
int *outFile);
} struct_ObjectRecord;
Regards
Ranjeet
.
- Follow-Ups:
- Re: Data Structure
- From: Barry Schwarz
- Re: Data Structure
- From: He Shiming
- Re: Data Structure
- From: Roger Leigh
- Re: Data Structure
- Prev by Date: Re: Total protection for your software against crack
- Next by Date: Re: nested while - how to go to the beginning of the first while?
- Previous by thread: nested while - how to go to the beginning of the first while?
- Next by thread: Re: Data Structure
- Index(es):
Relevant Pages
|
Loading