BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

pj_list Struct Reference

#include <list.h>

Data Fields

void * prev
 
void * next
 

Detailed Description

This structure describes generic list node and list. The owner of this list must initialize the 'value' member to an appropriate value (typically the owner itself).

List.

Field Documentation

◆ next

void* pj_list::next

List next.

◆ prev

void* pj_list::prev

List prev.


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

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.