Public Attributes | List of all members
core_range Struct Reference

Article range linked list element. More...

Collaboration diagram for core_range:
Collaboration graph

Public Attributes

core_anum_t first
 
core_anum_t last
 
struct core_rangenext
 

Detailed Description

Article range linked list element.

Definition at line 74 of file core.h.

Member Data Documentation

◆ first

core_anum_t core_range::first

First article in range

Definition at line 76 of file core.h.

Referenced by core_check_already_read(), core_create_hierarchy_from_overview(), core_mark_as_read(), and core_mark_as_unread().

◆ last

core_anum_t core_range::last

Last article in range

Definition at line 77 of file core.h.

Referenced by core_check_already_read(), core_mark_as_read(), and core_mark_as_unread().

◆ next

struct core_range* core_range::next

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

Generated at 2024-04-27 using  doxygen