SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches

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() [1/2]

RWIsvSlink::RWIsvSlink ( )
inline

Constructs an empty link.

◆ RWIsvSlink() [2/2]

RWIsvSlink::RWIsvSlink ( const RWIsvSlink & )
inline

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

Member Function Documentation

◆ operator=()

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

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

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