SourcePro® API Reference Guide

 
List of all members | Public Member Functions

Base class for an item in intrusive singly-linked lists. More...

#include <rw/islist.h>

Public Member Functions

 RWIsvSlink ()
 
 RWIsvSlink (const RWIsvSlink &)
 
RWIsvSlink operator= (const RWIsvSlink &other)
 

Detailed Description

Class RWIsvSlink enables derived classes to be inserted into an RWTIsvSlist list.

Constructor & Destructor Documentation

RWIsvSlink::RWIsvSlink ( )
inline

Constructs an empty link.

RWIsvSlink::RWIsvSlink ( const RWIsvSlink )
inline

Copy constructor. Does not copy the location on the list.

Member Function Documentation

RWIsvSlink RWIsvSlink::operator= ( const RWIsvSlink other)
inline

Copy assignment operator. Does not copy the location on the list.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.