|
2.2 (revision 4737)
|
Value container for an attributes. More...
#include <otf2/OTF2_AttributeValue.h>
Data Fields | |
| uint8_t | uint8 |
| Arbitrary value of type uint8_t. | |
| uint16_t | uint16 |
| Arbitrary value of type uint16_t. | |
| uint32_t | uint32 |
| Arbitrary value of type uint32_t. | |
| uint64_t | uint64 |
| Arbitrary value of type uint64_t. | |
| int8_t | int8 |
| Arbitrary value of type int8_t. | |
| int16_t | int16 |
| Arbitrary value of type int16_t. | |
| int32_t | int32 |
| Arbitrary value of type int32_t. | |
| int64_t | int64 |
| Arbitrary value of type int64_t. | |
| float | float32 |
| Arbitrary value of type float. | |
| double | float64 |
| Arbitrary value of type double. | |
| OTF2_StringRef | stringRef |
| References a String definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_STRING is available. | |
| OTF2_AttributeRef | attributeRef |
| References a Attribute definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_ATTRIBUTE is available. | |
| OTF2_LocationRef | locationRef |
| References a Location definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_LOCATION is available. | |
| OTF2_RegionRef | regionRef |
| References a Region definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_REGION is available. | |
| OTF2_GroupRef | groupRef |
| References a Group definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_GROUP is available. | |
| OTF2_MetricRef | metricRef |
| References a MetricClass, or a MetricInstance definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_METRIC is available. | |
| OTF2_CommRef | commRef |
| References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. | |
| OTF2_ParameterRef | parameterRef |
| References a Parameter definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_PARAMETER is available. | |
| OTF2_RmaWinRef | rmaWinRef |
| References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. | |
| OTF2_SourceCodeLocationRef | sourceCodeLocationRef |
| References a SourceCodeLocation definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_SOURCE_CODE_LOCATION is available. | |
| OTF2_CallingContextRef | callingContextRef |
| References a CallingContext definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_CALLING_CONTEXT is available. | |
| OTF2_InterruptGeneratorRef | interruptGeneratorRef |
| References a InterruptGenerator definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_INTERRUPT_GENERATOR is available. | |
| OTF2_IoFileRef | ioFileRef |
| References a IoRegularFile, or a IoDirectory definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_IO_FILE is available. | |
| OTF2_IoHandleRef | ioHandleRef |
| References a IoHandle definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_IO_HANDLE is available. | |
Value container for an attributes.
For definition references (OTF2_MappingType) use the same data type as the definition.