darknet  v3
Public Attributes | List of all members
list Struct Reference

#include <darknet.h>

Collaboration diagram for list:
Collaboration graph

Public Attributes

int size
 
nodefront
 
nodeback
 

Detailed Description

Definition at line 602 of file darknet.h.

Member Data Documentation

◆ back

node* list::back

Definition at line 605 of file darknet.h.

◆ front

node* list::front

Definition at line 604 of file darknet.h.

◆ size

int list::size

Definition at line 603 of file darknet.h.


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