◆ getString()
| static string FiftyoneDegrees::Common::EntityMetaDataBuilder::getString | ( | fiftyoneDegreesCollection * | stringsCollection, |
| uint32_t | offset | ||
| ) |
inline
static
protected
Get a copy of a string from the strings collection at the offset provided.
- Parameters
-
- stringsCollection - pointer to the collection to copy the string from
- offset - offset in the strings collection of the string to copy
- Returns
- string copy of the string at the offset provided
◆ getValue()
static string FiftyoneDegrees::Common::EntityMetaDataBuilder::getValue ( fiftyoneDegreesCollection * stringsCollection, uint32_t offset, fiftyoneDegreesPropertyValueType storedValueType ) inline static protectedGet a copy of a binary value (as string) from the strings collection at the offset provided.
- Parameters
-
- stringsCollection - pointer to the collection to copy the value (as string) from
- offset - offset in the strings collection of the binary value to copy (as string)
- storedValueType - format of byte array representation.
- Returns
- string describing contents of binary value the offset provided
The documentation for this class was generated from the following file:- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/EntityMetaDataBuilder.hpp
