Home
last modified time | relevance | path

Searched refs:SCaster (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbithr.hpp241 template<class A> struct SCaster { struct in CSimpleStaticTls
249 template<class A> struct SCaster<A*> { struct in CSimpleStaticTls
278 return SCaster<value_type>::FromVoidP(pthread_getspecific(x_GetKey())); in operator value_type()
282 pthread_setspecific(x_GetKey(), SCaster<value_type>::ToVoidP(v)); in operator =()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbithr.hpp241 template<class A> struct SCaster { struct in CSimpleStaticTls
249 template<class A> struct SCaster<A*> { struct in CSimpleStaticTls
278 return SCaster<value_type>::FromVoidP(pthread_getspecific(x_GetKey())); in operator value_type()
282 pthread_setspecific(x_GetKey(), SCaster<value_type>::ToVoidP(v)); in operator =()