JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
TEST__smartPointers.cpp File Reference
#include <gtest/gtest.h>
#include "smartPointers.hpp"
Include dependency graph for TEST__smartPointers.cpp:

Functions

 TEST (SmartPointersTests, testAutoPtr)
 
 TEST (SmartPointersTests, testUniquePtr)
 
 TEST (SmartPointersTests, testSharedPtr)
 
 TEST (SmartPointersTests, testWeakPtr)
 

Function Documentation

◆ TEST() [1/4]

TEST ( SmartPointersTests ,
testAutoPtr  )
Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( SmartPointersTests ,
testSharedPtr  )
Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( SmartPointersTests ,
testUniquePtr  )
Here is the call graph for this function:

◆ TEST() [4/4]

TEST ( SmartPointersTests ,
testWeakPtr  )
Here is the call graph for this function: