SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< bool > Struct Reference

#include <TypeInfo_Bool.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< bool >:

Static Public Member Functions

static const std::string name ()
 
static const std::string GetTypeName ()
 
- Static Public Member Functions inherited from sofa::defaulttype::BoolTypeInfo
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)
 

Function details

◆ GetTypeName()

static const std::string sofa::defaulttype::DataTypeInfo< bool >::GetTypeName ( )
inlinestatic

◆ name()

static const std::string sofa::defaulttype::DataTypeInfo< bool >::name ( )
inlinestatic