My Project
Loading...
Searching...
No Matches
LinkedList Struct Reference

연결 리스트를 정의하는 구조체 More...

#include <kernel_engine.h>

Public Attributes

Nodehead
 
Nodetail
 
int size
 

Detailed Description

연결 리스트를 정의하는 구조체

연결 리스트의 헤드, 테일, 크기를 포함합니다.

Definition at line 63 of file kernel_engine.h.

Member Data Documentation

◆ head

Node* LinkedList::head

연결 리스트의 첫 번째 노드를 가리키는 포인터

Definition at line 64 of file kernel_engine.h.

◆ size

int LinkedList::size

연결 리스트의 크기

Definition at line 66 of file kernel_engine.h.

◆ tail

Node* LinkedList::tail

연결 리스트의 마지막 노드를 가리키는 포인터

Definition at line 65 of file kernel_engine.h.


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