Version: 8.3.0
YACS::ENGINE::isAdaptableStruct< IMPLIN, IMPLOUT > Struct Template Reference

Static Public Member Functions

static int apply (const TypeCode *t1, const TypeCode *t2)
 

Detailed Description

template<ImplType IMPLIN, ImplType IMPLOUT>
struct YACS::ENGINE::isAdaptableStruct< IMPLIN, IMPLOUT >

Definition at line 298 of file TypeConversions.cxx.

Member Function Documentation

template<ImplType IMPLIN, ImplType IMPLOUT>
static int YACS::ENGINE::isAdaptableStruct< IMPLIN, IMPLOUT >::apply ( const TypeCode t1,
const TypeCode t2 
)
inlinestatic

Definition at line 300 of file TypeConversions.cxx.

References YACS::ENGINE::TypeCode::isA(), YACS::ENGINE::TypeCode::kind(), and YACS::ENGINE::Struct.

301  {
302  if(t1->kind() == Struct)
303  {
304  if( t1->isA(t2) )
305  return 1;
306  }
307  return 0;
308  }

The documentation for this struct was generated from the following file: