![]() |
The Gaudi Framework
v26r4
|
the specialization of property-traits for class std::array to take care the non-trivial assignements and constructors for this class More...
Public Types | |
| typedef std::array< T, N > | TYPE |
| typedef TYPE | Type |
| typedef const TYPE & | PRef |
| typedef TYPE * | PVal |
| typedef const TYPE * | CVal |
| typedef std::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 std::array to take care the non-trivial assignements and constructors for this class
Definition at line 120 of file StdArrayAsProperty.h.
| typedef const TYPE* Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::CVal |
Definition at line 127 of file StdArrayAsProperty.h.
| typedef const TYPE* Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::CVal |
Definition at line 127 of file StdArrayAsProperty.h.
| typedef const TYPE& Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::PRef |
Definition at line 125 of file StdArrayAsProperty.h.
| typedef const TYPE& Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::PRef |
Definition at line 125 of file StdArrayAsProperty.h.
| typedef TYPE* Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::PVal |
Definition at line 126 of file StdArrayAsProperty.h.
| typedef TYPE* Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::PVal |
Definition at line 126 of file StdArrayAsProperty.h.
| typedef std::array<T,N> Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::TYPE |
Definition at line 123 of file StdArrayAsProperty.h.
| typedef std::array<T,N> Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::TYPE |
Definition at line 123 of file StdArrayAsProperty.h.
| typedef TYPE Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::Type |
Definition at line 124 of file StdArrayAsProperty.h.
| typedef TYPE Gaudi::Utils::PropertyTypeTraits< std::array< T, N > >::Type |
Definition at line 124 of file StdArrayAsProperty.h.
|
inlinestatic |
assignement NON-TRIVIAL
Definition at line 153 of file StdArrayAsProperty.h.
|
inlinestatic |
assignement NON-TRIVIAL
Definition at line 153 of file StdArrayAsProperty.h.
|
inlinestatic |
"smart" copy-constructor
Definition at line 147 of file StdArrayAsProperty.h.
|
inlinestatic |
"smart" copy-constructor
Definition at line 147 of file StdArrayAsProperty.h.
|
inlinestatic |
"smart" destructor
Definition at line 144 of file StdArrayAsProperty.h.
|
inlinestatic |
"smart" destructor
Definition at line 144 of file StdArrayAsProperty.h.
|
inlinestatic |
comparison (needed for bounded verifier) NON-TRIVIAL
Definition at line 156 of file StdArrayAsProperty.h.
|
inlinestatic |
comparison (needed for bounded verifier) NON-TRIVIAL
Definition at line 156 of file StdArrayAsProperty.h.
|
inlinestatic |
some kind of default constructor NON-TRIVIAL
Definition at line 130 of file StdArrayAsProperty.h.
|
inlinestatic |
some kind of default constructor NON-TRIVIAL
Definition at line 130 of file StdArrayAsProperty.h.
|
inlinestatic |
some kind of copy constructor NON-TRIVIAL
Definition at line 137 of file StdArrayAsProperty.h.
|
inlinestatic |
some kind of copy constructor NON-TRIVIAL
Definition at line 137 of file StdArrayAsProperty.h.