Define KEValueTable class.
More...
#include <Coconut/Coconut.h>
#include "KEValue.h"
Go to the source code of this file.
Define KEValueTable class.
- Copyright
- Copyright (C) 2013-2014 Steel Wheels Project
struct KEValueTable* KEAllocateValueTable |
( |
uint64_t |
varnum, |
|
|
struct CNResource * |
resource |
|
) |
| |
Allocate value table.
- Returns
- Allocated value table
- Parameters
-
varnum | Number of values in the table |
resource | Resouce to allocate value table |
Release resources for each values in the table.
- Parameters
-
void KEDumpValueTable |
( |
struct CNText * |
outbuf, |
|
|
const struct KEValueTable * |
src |
|
) |
| |
Dump value table into buffer.
- Parameters
-
outbuf | Output buffer |
src | Source value table |