NCBI C++ ToolKit
Public Attributes | List of all members
ListNode Struct Reference

Search Toolkit Book for ListNode

A generic linked list node structure. More...

#include <algo/blast/core/ncbi_std.h>

+ Collaboration diagram for ListNode:

Public Attributes

Uint1 choice
 to pick a choice More...
 
void * ptr
 attached data More...
 
struct ListNodenext
 next in linked list More...
 

Detailed Description

A generic linked list node structure.

Definition at line 213 of file ncbi_std.h.

Member Data Documentation

◆ choice

Uint1 ListNode::choice

to pick a choice

Definition at line 214 of file ncbi_std.h.

Referenced by ListNodeAddPointer(), and ListNodeCopyStr().

◆ next

struct ListNode* ListNode::next

◆ ptr

void* ListNode::ptr

The documentation for this struct was generated from the following file:
Modified on Sat Jun 08 14:20:56 2024 by modify_doxy.py rev. 669887