#include <TypeInfo_Vector.h>
|
static const void * | getValuePtr (const sofa::type::vector< bool, Alloc > &) |
|
static void * | getValuePtr (sofa::type::vector< bool, Alloc > &) |
|
static std::string | name () |
|
static std::string | GetTypeName () |
|
static sofa::Size | size () |
|
static sofa::Size | size (const DataType &data) |
|
static sofa::Size | byteSize () |
|
static bool | setSize (DataType &data, sofa::Size size) |
|
static void | getValue (const DataType &data, sofa::Size index, T &value) |
|
static void | setValue (DataType &data, sofa::Size index, const T &value) |
|
static void | getValueString (const DataType &data, sofa::Size index, std::string &value) |
|
static void | setValueString (DataType &data, sofa::Size index, const std::string &value) |
|
static const void * | getValuePtr (const DataType &data) |
|
static void * | getValuePtr (DataType &data) |
|
◆ getValuePtr() [1/2]
◆ getValuePtr() [2/2]
◆ anonymous enum