SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, true > Class Template Reference

#include <Link.h>

Classes

struct  T
 

Static Public Member Functions

static bool path (const T &v, std::string &str)
 
static const TDestPtr & get (const T &v)
 
static void set (T &v, const TDestPtr &ptr)
 
static void setPath (T &v, const std::string &name)
 

Function details

◆ get()

template<class TDestType , class TDestPtr , bool strongLink>
static const TDestPtr& sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, true >::get ( const T &  v)
inlinestatic

◆ path()

template<class TDestType , class TDestPtr , bool strongLink>
static bool sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, true >::path ( const T &  v,
std::string &  str 
)
inlinestatic

◆ set()

template<class TDestType , class TDestPtr , bool strongLink>
static void sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, true >::set ( T &  v,
const TDestPtr &  ptr 
)
inlinestatic

◆ setPath()

template<class TDestType , class TDestPtr , bool strongLink>
static void sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, true >::setPath ( T &  v,
const std::string &  name 
)
inlinestatic