SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches

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

#include <rw/idlist.h>

Public Member Functions

 RWIsvDlink ()
 
 RWIsvDlink (const RWIsvDlink &)
 
RWIsvDlink operator= (const RWIsvDlink &other)
 

Detailed Description

Class RWIsvDlink enables derived classes to be inserted into an RWTIsvDlist list.

Constructor & Destructor Documentation

◆ RWIsvDlink() [1/2]

RWIsvDlink::RWIsvDlink ( )
inline

Constructs an empty link.

◆ RWIsvDlink() [2/2]

RWIsvDlink::RWIsvDlink ( const RWIsvDlink & )
inline

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

Member Function Documentation

◆ operator=()

RWIsvDlink RWIsvDlink::operator= ( const RWIsvDlink & 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.