#include <TypeInfo_Bool.h>
|  | 
| static const std::string | name () | 
|  | 
| static const std::string | GetTypeName () | 
|  | 
| static sofa::Size | size () | 
|  | 
| static sofa::Size | byteSize () | 
|  | 
| static sofa::Size | size (const DataType &) | 
|  | 
| static bool | setSize (DataType &, sofa::Size) | 
|  | 
| template<typename T > | 
| static void | getValue (const DataType &data, sofa::Size index, T &value) | 
|  | 
| template<typename T > | 
| static void | setValue (DataType &data, sofa::Size index, const T &value) | 
|  | 
| template<typename T > | 
| static void | setValue (std::vector< DataType >::reference data, sofa::Size index, const T &v) | 
|  | 
| 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 void | setValueString (std::vector< DataType >::reference data, sofa::Size index, const std::string &value) | 
|  | 
| static const void * | getValuePtr (const DataType &data) | 
|  | 
| static void * | getValuePtr (DataType &data) | 
|  | 
◆ GetTypeName()
◆ name()