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

touchgfx::AbstractPartition::indexOf() method

@fn virtual uint16_t AbstractPartition::indexOf(const void* address); Determines index of previously allocated location. Determines index of previously allocated location. Since the Partition concept is loosely typed this method shall be used with care. The method does not guarantee that the found object at the returned index is a valid object. It only tests whether or not the object is within the bounds of the current partition allocations.

Syntax

virtual uint16_t indexOf(const void* address);

Arguments

address

The location address to lookup.

Return value

An uint16_t.

References

LocationText
AbstractPartition.hpp:105
virtual uint16_t indexOf(const void* address);

Type Use

Type of touchgfx::AbstractPartition::indexOf()
touchgfx::AbstractPartition::indexOf()
uint16_t
all items filtered out