source: XMLIO_V2/dev/common/src/xmlio/config/functor_type.conf @ 266

Last change on this file since 266 was 266, checked in by hozdoba, 13 years ago

Corrections après tests sur titane

File size: 476 bytes
Line 
1#ifdef __XMLIO_CAverage__
2   DECLARE_FUNCTOR(Average  , average)
3#endif //__XMLIO_CAverage__
4
5#ifdef __XMLIO_CInstant__
6   DECLARE_FUNCTOR(Instant, instant)
7#endif //__XMLIO_CInstant__
8
9#ifdef __XMLIO_COnce__
10   DECLARE_FUNCTOR(Once, once)
11#endif //__XMLIO_COnce__
12
13#ifdef __XMLIO_CMaximum__
14   DECLARE_FUNCTOR(Maximum , maximum)
15#endif //__XMLIO_CMaximum__
16
17#ifdef __XMLIO_CMinimum__
18   DECLARE_FUNCTOR(Minimum , minimum)
19#endif //__XMLIO_CMinimum__
20
21
22#undef DECLARE_FUNCTOR
Note: See TracBrowser for help on using the repository browser.