PhoenixFileParser
1.0.0
Set of tools to ease file parsing
Loading...
Searching...
No Matches
DicoValue_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 __DICOVALUE_IMPL_H__
8
#define __DICOVALUE_IMPL_H__
9
10
#include "convertToString.h"
11
13
15
template
<
typename
T>
16
T
DicoValue::getValue
()
const
{
17
return
stringToValue<T>(
p_value
);
18
}
19
20
#endif
21
22
DicoValue::p_value
PString p_value
Value of the current entry.
Definition
DicoValue.h:70
DicoValue::getValue
T getValue() const
Convert the value of the current DicoValue into a type.
Definition
DicoValue_impl.h:16
src
DicoValue_impl.h
Generated by
1.13.2