Sleeping Wombat Common Library  0.50.0
swCommonLibrary
PolymorphicSharedPtrContainer.h
1 #pragma once
2 
3 #include "SharedObject.h"
4 
5 
6 namespace sw
7 {
8 
9 // ================================ //
10 //
12 {
13 public:
14 
15  SharedObjectPtr ObjectPtr;
16 
17 public:
18 
19  // ================================ //
20  //
22  : ObjectPtr( nullptr )
23  {}
24 
25 
26 };
27 
28 
29 
30 } // sw
31 
Definition: Exception.h:11
Definition: PolymorphicSharedPtrContainer.h:11