Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2dummy
src
example
CreateDataType.h
Go to the documentation of this file.
1
6
#pragma once
7
#include "
DataType.h
"
8
9
namespace
example
{
10
11
class
CreateDataType
{
12
public
:
13
static
DataType
create
( );
14
};
15
16
class
CreateDataType2
{
17
public
:
18
template
<
typename
T >
19
static
DataType
create
( T a ) {
20
return
DataType
( a );
21
}
22
23
static
DataType
create
(
int
a );
24
};
25
26
}
/* namespace example */
27
example::CreateDataType2
Definition:
CreateDataType.h:16
example::CreateDataType2::create
static DataType create(T a)
Definition:
CreateDataType.h:19
example::CreateDataType
Definition:
CreateDataType.h:11
example::CreateDataType::create
static DataType create()
Definition:
CreateDataType.cpp:13
example::DataType
Definition:
DataType.h:15
example
Definition:
CreateDataType.cpp:11
DataType.h
Generated on Mon Dec 27 2021 10:21:54 for Algorithms Library Toolkit by
1.9.2