PhoenixYml  0.5.0
Yml parser for Phoenix
Loading...
Searching...
No Matches
VecValueType.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 __VECVALUE_TYPE_H__
8#define __VECVALUE_TYPE_H__
9
10namespace VecValueType{
13 VALUE = 0,
14 KEY = 1,
16 MAIN = 3
17
18 };
19
20}
21
22#endif