Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
DoubleNode< PRIMARY, SECONDARY > Class Template Reference

#include <LISTNODE.H>

Public Types

typedef DoubleNode< PRIMARY, SECONDARY > Type
 

Public Member Functions

 DoubleNode ()
 
 DoubleNode (PRIMARY primary, SECONDARY secondary)
 
void Set_Primary (PRIMARY value)
 
void Set_Secondary (SECONDARY value)
 
PRIMARY Get_Primary ()
 
SECONDARY Get_Secondary ()
 
void Unlink ()
 

Public Attributes

DataNode< Type * > Primary
 
DataNode< Type * > Secondary
 

Detailed Description

template<class PRIMARY, class SECONDARY>
class DoubleNode< PRIMARY, SECONDARY >

Definition at line 305 of file LISTNODE.H.

Member Typedef Documentation

◆ Type

template<class PRIMARY, class SECONDARY>
typedef DoubleNode<PRIMARY, SECONDARY> DoubleNode< PRIMARY, SECONDARY >::Type

Definition at line 311 of file LISTNODE.H.

Constructor & Destructor Documentation

◆ DoubleNode() [1/2]

template<class PRIMARY, class SECONDARY>
DoubleNode< PRIMARY, SECONDARY >::DoubleNode ( )
inline

Definition at line 316 of file LISTNODE.H.

◆ DoubleNode() [2/2]

template<class PRIMARY, class SECONDARY>
DoubleNode< PRIMARY, SECONDARY >::DoubleNode ( PRIMARY primary,
SECONDARY secondary )
inline

Definition at line 317 of file LISTNODE.H.

Member Function Documentation

◆ Get_Primary()

template<class PRIMARY, class SECONDARY>
PRIMARY DoubleNode< PRIMARY, SECONDARY >::Get_Primary ( )
inline

Definition at line 320 of file LISTNODE.H.

◆ Get_Secondary()

template<class PRIMARY, class SECONDARY>
SECONDARY DoubleNode< PRIMARY, SECONDARY >::Get_Secondary ( )
inline

Definition at line 321 of file LISTNODE.H.

◆ Set_Primary()

template<class PRIMARY, class SECONDARY>
void DoubleNode< PRIMARY, SECONDARY >::Set_Primary ( PRIMARY value)
inline

Definition at line 318 of file LISTNODE.H.

◆ Set_Secondary()

template<class PRIMARY, class SECONDARY>
void DoubleNode< PRIMARY, SECONDARY >::Set_Secondary ( SECONDARY value)
inline

Definition at line 319 of file LISTNODE.H.

◆ Unlink()

template<class PRIMARY, class SECONDARY>
void DoubleNode< PRIMARY, SECONDARY >::Unlink ( )
inline

Definition at line 322 of file LISTNODE.H.

Member Data Documentation

◆ Primary

template<class PRIMARY, class SECONDARY>
DataNode<Type *> DoubleNode< PRIMARY, SECONDARY >::Primary

Definition at line 313 of file LISTNODE.H.

◆ Secondary

template<class PRIMARY, class SECONDARY>
DataNode<Type *> DoubleNode< PRIMARY, SECONDARY >::Secondary

Definition at line 314 of file LISTNODE.H.


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