List Node.
More...
#include <ulist.h>
Detailed Description
List Node.
- Date
- Jun. 2, 2006 ~
- Author
- swlee
- Warning
- Bug:
- Note
Constructor & Destructor Documentation
| ulib::CUListNode::CUListNode |
( |
| ) |
|
생성자
- Parameters
-
| arg_data | 추가할 data의 시작 주소 |
| arg_data_size | 추가할 data의 크기 |
- Warning
- 추가하려는 data가 동적으로 생성되었을 때:
arg_data_size는 pointer의 크기(4byte)를 넣어주면 됨.
동적 data의 해제는 나중에 직접 해줘야 함.
References next, and prev.
| ulib::CUListNode::~CUListNode |
( |
| ) |
|
Member Function Documentation
| bool ulib::CUListNode::HaveNext |
( |
| ) |
|
| bool ulib::CUListNode::HavePrev |
( |
| ) |
|
Member Data Documentation
이전 노드
Referenced by ulib::CUList::Clear(), ulib::CUList::CUList(), CUListNode(), ulib::CUList::GetAt(), HaveNext(), ulib::CUList::MoveToNext(), ulib::CUList::PopAt(), ulib::CUList::PopBack(), ulib::CUList::PopFront(), ulib::CUList::PushBack(), and ulib::CUList::PushFront().
The documentation for this class was generated from the following files: