#include <table_api.h>
◆ Init
Initialize a Juno Table with a buffer
- Parameters
-
ptTable | The table manager to initialize |
ptMemoryApi | The memory api |
ptBuff | The table buffer |
zBuffSize | The table buffer size |
ptAlloc | The memory allocator |
pfcnFailureHdlr | The failure handler (can be null) |
pvFailureUserData | The failure handler user data (can be null) |
- Returns
- Returns a
JUNO_STATUS_T
code
◆ Load
Load the table
- Parameters
-
ptTableManager | The Juno table manager to load |
- Returns
- Returns a
JUNO_STATUS_T
code
◆ Save
Save the table
- Parameters
-
ptTableManager | The Juno table manager to load |
- Returns
- Returns a
JUNO_STATUS_T
code
◆ SetBuffer
Set the table manager to a new table buffer
- Parameters
-
ptTableManager | The Juno table manager to load |
ptBuff | The new table buffer |
zBuffSize | The table buffer size |
- Returns
- Returns a
JUNO_STATUS_T
code
The documentation for this struct was generated from the following file:
- /home/runner/work/libjuno/libjuno/include/juno/table/table_api.h