NCBI C++ ToolKit
|
Search Toolkit Book for REG_tag
Public Attributes | |
unsigned int | count |
void * | data |
FREG_Get | get |
FREG_Set | set |
FREG_Cleanup | cleanup |
MT_LOCK | lock |
unsigned int | magic |
Definition at line 472 of file ncbi_core.c.
FREG_Cleanup REG_tag::cleanup |
Definition at line 477 of file ncbi_core.c.
Referenced by REG_Create(), and REG_Reset().
unsigned int REG_tag::count |
Definition at line 473 of file ncbi_core.c.
Referenced by REG_AddRef(), REG_Create(), and REG_Delete().
void* REG_tag::data |
Definition at line 474 of file ncbi_core.c.
Referenced by REG_Create(), REG_Get(), REG_Reset(), and REG_Set().
FREG_Get REG_tag::get |
Definition at line 475 of file ncbi_core.c.
Referenced by REG_Create(), REG_Get(), and REG_Reset().
MT_LOCK REG_tag::lock |
Definition at line 478 of file ncbi_core.c.
Referenced by REG_Create(), and REG_Delete().
unsigned int REG_tag::magic |
Definition at line 479 of file ncbi_core.c.
Referenced by REG_Create(), and REG_Delete().
FREG_Set REG_tag::set |
Definition at line 476 of file ncbi_core.c.
Referenced by REG_Create(), REG_Reset(), and REG_Set().