PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
OptionType_impl.h
Go to the documentation of this file.
1
/***************************************
2
Auteur : Pierre Aubert
3
Mail : pierre.aubert@lapp.in2p3.fr
4
Licence : CeCILL-C
5
****************************************/
6
7
#ifndef __POPTION_TYPE_IMPL_H__
8
#define __POPTION_TYPE_IMPL_H__
9
10
#include "
OptionType.h
"
11
13
16
template
<
typename
T>
17
OptionType::OptionType
getOptionTypeFromValue
(
const
T & value){
18
return
getOptionTypeFromType<T>();
19
}
20
22
24
template
<
typename
T>
25
OptionType::OptionType
getOptionTypeFromType
(){
26
return
OptionType::STRING
;
27
}
28
29
30
#endif
31
OptionType.h
getOptionTypeFromType
OptionType::OptionType getOptionTypeFromType()
Get the POptionType from a type.
Definition:
OptionType_impl.h:25
getOptionTypeFromValue
OptionType::OptionType getOptionTypeFromValue(const T &value)
Get the POptionType from a value.
Definition:
OptionType_impl.h:17
OptionType::OptionType
OptionType
Definition:
OptionType.h:16
OptionType::STRING
@ STRING
Definition:
OptionType.h:18
tmp_project
PhoenixOptionParser
src
OptionType_impl.h
Generated on Fri Mar 14 2025 12:05:52 for PhoenixInkscape by
1.9.1