Public Attributes | List of all members
core_hierarchy_element Struct Reference

Node in article hierarchy. More...

Collaboration diagram for core_hierarchy_element:
Collaboration graph

Public Attributes

core_anum_t anum
 
unsigned int flags
 
struct core_article_headerheader
 
struct core_hierarchy_elementparent
 
size_t children
 
struct core_hierarchy_element ** child
 

Detailed Description

Node in article hierarchy.

The array pointed to by the child field has children entries.

Definition at line 136 of file core.h.

Member Data Documentation

◆ anum

core_anum_t core_hierarchy_element::anum

Article number (only valid for the current server)

Definition at line 139 of file core.h.

Referenced by core_check_already_read().

◆ child

struct core_hierarchy_element** core_hierarchy_element::child

Pointer to array of pointers to child articles

Definition at line 149 of file core.h.

◆ children

size_t core_hierarchy_element::children

Number of child articles in array child

Definition at line 147 of file core.h.

◆ flags

unsigned int core_hierarchy_element::flags

Flags (use CORE_HE_FLAG_xxx constants)

Definition at line 141 of file core.h.

◆ header

struct core_article_header* core_hierarchy_element::header

Pointer to article header

Definition at line 143 of file core.h.

Referenced by filter_match_own(), and filter_match_reply_to_own().

◆ parent

struct core_hierarchy_element* core_hierarchy_element::parent

Pointer to parent article

Definition at line 145 of file core.h.

Referenced by filter_match_reply_to_own().


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

Generated at 2024-04-27 using  doxygen