import_lib sample
tinyxml2::MemPool
is only used within import_lib sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
import_lib sample
tinyxml2::MemPool
tinyxml2::MemPool class
Syntax
Show:
Summary
Declaration
from
tinyxml2.h:330
class
MemPool
{
public
:
MemPool
(
)
{
}
virtual
~
MemPool
(
)
{
}
virtual
int
ItemSize
(
)
const
=
0
;
virtual
void
*
Alloc
(
)
=
0
;
virtual
void
Free
(
void
*
)
=
0
;
virtual
void
SetTracked
(
)
=
0
;
}
;
Methods
ItemSize() const
Alloc()
Free()
SetTracked()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out