Struct Ase::FastMemory::Extent32
ClassList > Ase > FastMemory > Extent32
Public Attributes
Type | Name |
---|---|
uint32 | length = = 0 |
uint32 | start = = 0 |
Public Functions
Type | Name |
---|---|
Extent32 (uint32 sz=0) |
|
Extent32 (uint32 st, uint32 len) |
|
void | reset (uint32 sz=0) |
void | zero (char * area) const |
Public Attributes Documentation
variable length
uint32 Ase::FastMemory::Extent32::length;
variable start
uint32 Ase::FastMemory::Extent32::start;
Public Functions Documentation
function Extent32 [1/2]
inline explicit Ase::FastMemory::Extent32::Extent32 (
uint32 sz=0
)
function Extent32 [2/2]
inline explicit Ase::FastMemory::Extent32::Extent32 (
uint32 st,
uint32 len
)
function reset
inline void Ase::FastMemory::Extent32::reset (
uint32 sz=0
)
function zero
inline void Ase::FastMemory::Extent32::zero (
char * area
) const
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/memory.cc