![]() |
The Gaudi Framework
v26r3
|
the specialization of property-traits for class boost::array to take care the non-trivial assignements and constructors for this class More...
Public Types | |
| typedef boost::array< T, N > | TYPE |
| typedef TYPE | Type |
| typedef const TYPE & | PRef |
| typedef TYPE * | PVal |
| typedef const TYPE * | CVal |
| typedef boost::array< T, N > | TYPE |
| typedef TYPE | Type |
| typedef const TYPE & | PRef |
| typedef TYPE * | PVal |
| typedef const TYPE * | CVal |
Static Public Member Functions | |
| static PVal | new_ () |
| some kind of default constructor NON-TRIVIAL More... | |
| static PVal | new_ (const Type &right) |
| some kind of copy constructor NON-TRIVIAL More... | |
| static void | dele (PVal right, const bool own) |
| "smart" destructor More... | |
| static PVal | copy (PVal right, const bool own) |
| "smart" copy-constructor More... | |
| static void | assign (Type &v1, const Type &v2) |
| assignement NON-TRIVIAL More... | |
| static bool | less (const Type &v1, const Type &v2) |
| comparison (needed for bounded verifier) NON-TRIVIAL More... | |
| static PVal | new_ () |
| some kind of default constructor NON-TRIVIAL More... | |
| static PVal | new_ (const Type &right) |
| some kind of copy constructor NON-TRIVIAL More... | |
| static void | dele (PVal right, const bool own) |
| "smart" destructor More... | |
| static PVal | copy (PVal right, const bool own) |
| "smart" copy-constructor More... | |
| static void | assign (Type &v1, const Type &v2) |
| assignement NON-TRIVIAL More... | |
| static bool | less (const Type &v1, const Type &v2) |
| comparison (needed for bounded verifier) NON-TRIVIAL More... | |
the specialization of property-traits for class boost::array to take care the non-trivial assignements and constructors for this class
Definition at line 123 of file BoostArrayAsProperty.h.
| typedef const TYPE* Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::CVal |
Definition at line 130 of file BoostArrayAsProperty.h.
| typedef const TYPE* Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::CVal |
Definition at line 130 of file BoostArrayAsProperty.h.
| typedef const TYPE& Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::PRef |
Definition at line 128 of file BoostArrayAsProperty.h.
| typedef const TYPE& Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::PRef |
Definition at line 128 of file BoostArrayAsProperty.h.
| typedef TYPE* Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::PVal |
Definition at line 129 of file BoostArrayAsProperty.h.
| typedef TYPE* Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::PVal |
Definition at line 129 of file BoostArrayAsProperty.h.
| typedef boost::array<T,N> Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::TYPE |
Definition at line 126 of file BoostArrayAsProperty.h.
| typedef boost::array<T,N> Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::TYPE |
Definition at line 126 of file BoostArrayAsProperty.h.
| typedef TYPE Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::Type |
Definition at line 127 of file BoostArrayAsProperty.h.
| typedef TYPE Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > >::Type |
Definition at line 127 of file BoostArrayAsProperty.h.
|
inlinestatic |
assignement NON-TRIVIAL
Definition at line 156 of file BoostArrayAsProperty.h.
|
inlinestatic |
assignement NON-TRIVIAL
Definition at line 156 of file BoostArrayAsProperty.h.
|
inlinestatic |
"smart" copy-constructor
Definition at line 150 of file BoostArrayAsProperty.h.
|
inlinestatic |
"smart" copy-constructor
Definition at line 150 of file BoostArrayAsProperty.h.
|
inlinestatic |
"smart" destructor
Definition at line 147 of file BoostArrayAsProperty.h.
|
inlinestatic |
"smart" destructor
Definition at line 147 of file BoostArrayAsProperty.h.
|
inlinestatic |
comparison (needed for bounded verifier) NON-TRIVIAL
Definition at line 159 of file BoostArrayAsProperty.h.
|
inlinestatic |
comparison (needed for bounded verifier) NON-TRIVIAL
Definition at line 159 of file BoostArrayAsProperty.h.
|
inlinestatic |
some kind of default constructor NON-TRIVIAL
Definition at line 133 of file BoostArrayAsProperty.h.
|
inlinestatic |
some kind of default constructor NON-TRIVIAL
Definition at line 133 of file BoostArrayAsProperty.h.
|
inlinestatic |
some kind of copy constructor NON-TRIVIAL
Definition at line 140 of file BoostArrayAsProperty.h.
|
inlinestatic |
some kind of copy constructor NON-TRIVIAL
Definition at line 140 of file BoostArrayAsProperty.h.