SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< std::set< T, Compare, Alloc > > Struct Template Reference

#include <TypeInfo_Set.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< std::set< T, Compare, Alloc > >:

Static Public Member Functions

static std::string name ()
 
static std::string GetTypeName ()
 
- Static Public Member Functions inherited from sofa::defaulttype::SetTypeInfo< std::set< T, Compare, Alloc > >
static sofa::Size size ()
 
static sofa::Size size (const DataType &data)
 
static sofa::Size byteSize ()
 
static bool setSize (DataType &data, sofa::Size)
 
static void getValue (const DataType &data, sofa::Size index, T &value)
 
static void setValue (DataType &data, sofa::Size, const T &value)
 
static void getValueString (const DataType &data, sofa::Size index, std::string &value)
 
static void setValueString (DataType &data, sofa::Size, const std::string &value)
 
static const void * getValuePtr (const DataType &)
 
static void * getValuePtr (DataType &)
 

Function details

◆ GetTypeName()

template<class T , class Compare , class Alloc >
static std::string sofa::defaulttype::DataTypeInfo< std::set< T, Compare, Alloc > >::GetTypeName ( )
inlinestatic

◆ name()

template<class T , class Compare , class Alloc >
static std::string sofa::defaulttype::DataTypeInfo< std::set< T, Compare, Alloc > >::name ( )
inlinestatic