kblib 0.2.3
General utilities library for modern C++
memory.cpp File Reference
#include "kblib/memory.h"
#include "catch.hpp"
#include "kblib/fakestd.h"
Include dependency graph for memory.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("live_ptr<int>")
 
 TEST_CASE ("live_ptr<string>")
 
 TEST_CASE ("cond_ptr")
 
 TEST_CASE ("cond_ptr fptr")
 
 TEST_CASE ("cond_ptr rfptr")
 
 TEST_CASE ("cond_ptr array")
 

Function Documentation

◆ TEST_CASE() [1/6]

TEST_CASE ( "cond_ptr array"  )

Definition at line 186 of file memory.cpp.

◆ TEST_CASE() [2/6]

TEST_CASE ( "cond_ptr fptr"  )

Definition at line 138 of file memory.cpp.

◆ TEST_CASE() [3/6]

TEST_CASE ( "cond_ptr rfptr"  )

Definition at line 166 of file memory.cpp.

◆ TEST_CASE() [4/6]

TEST_CASE ( "cond_ptr"  )

Definition at line 112 of file memory.cpp.

◆ TEST_CASE() [5/6]

TEST_CASE ( "live_ptr<int>"  )

Definition at line 6 of file memory.cpp.

◆ TEST_CASE() [6/6]

TEST_CASE ( "live_ptr<string>"  )

Definition at line 58 of file memory.cpp.