Main Page
Modules
Class Hierarchy
Data Structures
File List
Data Fields
Globals
Related Pages
LinkedListElement< LLClass > Class Template Reference
[
OSCL Base
]
#include <
oscl_linked_list.h
>
Public Methods
LinkedListElement
(LLClass in_data)
Data Fields
LinkedListElement< LLClass > *
next
LLClass
data
Detailed Description
template<class LLClass>
class LinkedListElement< LLClass >
Linked List Element Class
Constructor & Destructor Documentation
template<class LLClass>
LinkedListElement< LLClass >::LinkedListElement
(
LLClass
in_data
)
[inline]
Field Documentation
template<class LLClass>
LLClass LinkedListElement< LLClass >::data
template<class LLClass>
LinkedListElement<LLClass>* LinkedListElement< LLClass >::next
The documentation for this class was generated from the following file:
oscl_linked_list.h
OSCL API
Posting Version: CORE_8.000.1.1_RC4