Sleeping Wombat Common Library
0.50.0
swCommonLibrary
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
TestUtils
TestClassHierarchy
SerializationPrimitives
Polymorphic
PolymorphicSharedPtrContainer.h
1
#pragma once
2
3
#include "SharedObject.h"
4
5
6
namespace
sw
7
{
8
9
// ================================ //
10
//
11
class
PolymorphicSharedPtrContainer
12
{
13
public
:
14
15
SharedObjectPtr ObjectPtr;
16
17
public
:
18
19
// ================================ //
20
//
21
explicit
PolymorphicSharedPtrContainer
()
22
: ObjectPtr(
nullptr
)
23
{}
24
25
26
};
27
28
29
30
}
// sw
31
sw
Definition:
Exception.h:11
sw::PolymorphicSharedPtrContainer
Definition:
PolymorphicSharedPtrContainer.h:11
Generated on Thu May 31 2018 19:56:00 for Sleeping Wombat Common Library by
1.8.9.1