Public Member Functions | Data Fields
LList::link Struct Reference

Link structure. More...

Inheritance diagram for LList::link:
Inheritance graph
[legend]
Collaboration diagram for LList::link:
Collaboration graph
[legend]

Public Member Functions

 link (T a)
 Construct given object. More...
 

Data Fields

T obj_
 Stored object. More...
 

Detailed Description

Link structure.

Definition at line 90 of file LList.H.

Constructor & Destructor Documentation

◆ link()

link ( T  a)
inline

Construct given object.

Definition at line 98 of file LList.H.

Field Documentation

◆ obj_

T obj_

Stored object.

Definition at line 95 of file LList.H.


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