CArrayAsProperty.h File Reference

Collection of utilities, which allows to use C-arrays as property for Gaudi-components: More...

#include <algorithm>
#include "GaudiKernel/PropertyTypeTraits.h"
#include "GaudiKernel/PropertyVerifier.h"
Include dependency graph for CArrayAsProperty.h:

Go to the source code of this file.

Classes

struct  Gaudi::Utils::PropertyTypeTraits< T(&)[N]>
 
struct  Gaudi::Utils::PropertyTypeTraits< T[N]>
 specialization for arrays More...
 
struct  Gaudi::Utils::PropertyTypeTraits< const T(&)[N]>
 specialiation for const-arrays More...
 
struct  Gaudi::Utils::PropertyTypeTraits< char(&)[N]>
 specialisation for C-strings More...
 
class  BoundedVerifier< T[N]>
 specialization of Bounded verifier for for C-arrays More...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 

Detailed Description

Collection of utilities, which allows to use C-arrays as property for Gaudi-components:

  • streamers
  • parsers
  • property type traits
  • property verifiers
Attention
this file must be "included" before GaudiKernel/Property.h
Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2009-09-16

Definition in file CArrayAsProperty.h.