- A Logic Circuit Simulation Library in C++





lcs::ListNodePtr< T > Class Template Reference

#include <listnode.h>

List of all members.


Detailed Description

template<class T>
class lcs::ListNodePtr< T >

A simple class which encapsulates a pointer to a ListNode object. This class can be used to create a (psuedo) double pointer to a ListNode object while avoiding the use of **. Under normal circumstances, a user of libLCS will not need to make use of this class directly.


Public Member Functions

 ListNodePtr (void)

Public Attributes

ListNode< T > * node


Constructor & Destructor Documentation

template<class T>
lcs::ListNodePtr< T >::ListNodePtr ( void   )  [inline]

Default constructor. Initializes the pointer member to NULL.


Member Data Documentation

template<class T>
ListNode<T>* lcs::ListNodePtr< T >::node

The pointer to a ListNode object.


Copyright © 2006, 2007 Siva Chandra