![]() |
MAK Data Logger API Documentation for DIS
|
A list of values. More...
Static Public Member Functions | |
| static DtValue< std::vector< T > > | deserialize (const DtString &) |
| static std::vector< T > | deserializeMembers (const std::vector< DtString > &values) |
| Deserialize string values into a T type list. More... | |
| static DtValue< std::vector< T > > * | deserializeMembersToPtr (const std::vector< DtString > &values) |
| Deserialize value list into a T type list pointer. More... | |
| static std::vector< T > | deserializeListMembers (const DtString &) |
| Deserialize a list to an array of native members. More... | |
| static DtString | serializeList (const std::vector< T > &list) |
A list of values.
|
static |
|
static |
Deserialize a list to an array of native members.
|
static |
Deserialize string values into a T type list.
Deserialize value into a T type.
|
static |
Deserialize value list into a T type list pointer.
|
static |