touchgfx::AbstractPartition::element() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AbstractPartition::element() const

touchgfx::AbstractPartition::element() const method

@fn virtual const void* AbstractPartition::element(uint16_t index) const = 0; Access to stored element, const version. Access to stored element, const version.

Syntax

virtual const void* element(uint16_t index) const = 0;

Arguments

index

Zero-based index of the.

Return value

null if it fails, else a void*.

References

LocationText
AbstractPartition.hpp:288
virtual const void* element(uint16_t index) const = 0;