Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

registry_entry Struct Reference


Data Fields

char idc [32]
char ipt [32]
size_t vlen
int flags
void * vpt
char * name

Detailed Description

Struct to hold on registered entry of a (idcode,pointer,name) triple.

Definition at line 13 of file niml_registry.c.


Field Documentation

int registry_entry::flags
 

various bit flags

Definition at line 17 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_malloc(), and NI_registry_replace().

char registry_entry::idc[32]
 

idcode string

Definition at line 14 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_free(), NI_registry_malloc(), and NI_registry_ptr_to_idcode().

char registry_entry::ipt[32]
 

string representation of a pointer

Definition at line 15 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_free(), NI_registry_malloc(), NI_registry_realloc(), and NI_registry_replace().

char* registry_entry::name
 

arbitrary name associated with above

Definition at line 19 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_idcode_altername(), NI_registry_idcode_to_name(), NI_registry_malloc(), NI_registry_ptr_altername(), and NI_registry_ptr_to_name().

size_t registry_entry::vlen
 

number of bytes stored in vpt

Definition at line 16 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_idcode_to_len(), NI_registry_malloc(), NI_registry_ptr_to_len(), NI_registry_realloc(), and NI_registry_replace().

void* registry_entry::vpt
 

the pointer to data (equiv to ipt)

Definition at line 18 of file niml_registry.c.

Referenced by NI_registry_add(), NI_registry_idcode_to_ptr(), NI_registry_malloc(), NI_registry_realloc(), and NI_registry_replace().


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: