feat(templates): add TSharedPtr and the corresponding testing
This commit is contained in:
1989
Redcraft.Utility/Source/Public/Templates/SharedPointer.h
Normal file
1989
Redcraft.Utility/Source/Public/Templates/SharedPointer.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,3 +16,4 @@
|
||||
#include "Templates/Atomic.h"
|
||||
#include "Templates/ScopeHelper.h"
|
||||
#include "Templates/UniquePointer.h"
|
||||
#include "Templates/SharedPointer.h"
|
||||
|
@ -19,6 +19,7 @@ REDCRAFTUTILITY_API void TestFunction();
|
||||
REDCRAFTUTILITY_API void TestAtomic();
|
||||
REDCRAFTUTILITY_API void TestScopeHelper();
|
||||
REDCRAFTUTILITY_API void TestUniquePointer();
|
||||
REDCRAFTUTILITY_API void TestSharedPointer();
|
||||
REDCRAFTUTILITY_API void TestMiscTemplates();
|
||||
|
||||
NAMESPACE_END(Testing)
|
||||
|
Reference in New Issue
Block a user