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

touchgfx::AbstractPartition::clear() method

@fn virtual void AbstractPartition::clear(); Prepares the Partition for new allocations. Prepares the Partition for new allocations. Any objects present in the Partition shall not be used after invoking this method.

Syntax

virtual void clear();

References

LocationText
AbstractPartition.hpp:115
virtual void clear();