OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
Factory.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ClassFactory.h
"
4
5
class
Factory
6
{
7
public
:
8
Factory
() {};
9
~Factory
() {};
10
11
static
ClassFactory&
getClassFactory
() {
return
classFactory; }
12
13
private
:
14
static
ClassFactory classFactory;
15
};
ClassFactory.h
Factory
Definition
Factory.h:6
Factory::~Factory
~Factory()
Definition
Factory.h:9
Factory::Factory
Factory()
Definition
Factory.h:8
Factory::getClassFactory
static ClassFactory & getClassFactory()
Definition
Factory.h:11
Libraries
Viewer
include
Factory.h
Generated by
1.10.0