Sleeping Wombat Common Library  0.50.0
swCommonLibrary
StructAsPtrContainer.h
1 #pragma once
2 
4 
5 
6 
7 namespace sw
8 {
9 
10 // ================================ //
11 //
13 {
14 public:
15 
16  StructWithSimpleTypes SimpleStruct;
17 
18 };
19 
20 
21 
22 
23 } // sw
24 
Definition: Exception.h:11
Definition: StructWithSimpleTypes.h:18
Definition: StructAsPtrContainer.h:12