Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
slink.cc File Reference

Tests for Slink. More...

#include <gtest/gtest.h>
#include <slink.H>
Include dependency graph for slink.cc:

Go to the source code of this file.

Functions

 TEST (Slink, BasicInsertRemove)
 
 TEST (Slink, MacroConversionRetrievesOwningNode)
 
 TEST (Slink, ConstGetNextMatchesMutable)
 

Detailed Description

Tests for Slink.

Definition in file slink.cc.

Function Documentation

◆ TEST() [1/3]

TEST ( Slink  ,
BasicInsertRemove   
)

◆ TEST() [2/3]

TEST ( Slink  ,
ConstGetNextMatchesMutable   
)

Definition at line 116 of file slink.cc.

References Aleph::Slink::get_next(), and Aleph::maps().

◆ TEST() [3/3]

TEST ( Slink  ,
MacroConversionRetrievesOwningNode   
)