![]() |
![]() |
Smart pointer for CNode class Creates safe references to CNode arguments Supports assignment, dereference, and equality operations. More...
#include <cnode.h>
Public Member Functions | |
CNode_sp (void **np) | |
Pointer to untyped argument. More... | |
T | operator= (T n) |
T | operator-> () |
T * | Ptr () |
operator T () | |
int | operator== (T v) |
int | operator!= (T v) |
int | operator== (CNode_sp< T > p) |
int | operator!= (CNode_sp< T > p) |
Smart pointer for CNode class Creates safe references to CNode arguments Supports assignment, dereference, and equality operations.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |