Doxygen Source Code Documentation
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
| 
 | 
| various bit flags Definition at line 17 of file niml_registry.c. Referenced by NI_registry_add(), NI_registry_malloc(), and NI_registry_replace(). | 
| 
 | 
| 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(). | 
| 
 | 
| 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(). | 
| 
 | 
| 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(). | 
| 
 | 
| 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(). | 
| 
 | 
| 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:
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  