SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
tdbVmapAddVlenType

Functions

template<type T>
void tdbVmapAddVlenType (uint64 id, string paramname, T t)
 

Detailed Description

Add a variable length type to a vector in a vector map.

Note
This is used to create a table with a column that contains vectors with arbitrary length.
Supported types - bool / uint8 / uint16 / uint32 / uint / int8 / int16 / int32 / int / float32 / float64 xor_uint8 / xor_uint16 / xor_uint32 / xor_uint64 / string
Parameters
id- vector map id
paramname- name of the vector to which the type is added
t- a value of the type that's added to the vector

Function Documentation

◆ tdbVmapAddVlenType()

void tdbVmapAddVlenType ( uint64  id,
string  paramname,
t 
)