Version: 8.3.0
YACS::ENGINE::isAdaptableSequence< 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::isAdaptableSequence< IMPLIN, IMPLOUT >

Definition at line 275 of file TypeConversions.cxx.

Member Function Documentation

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

Definition at line 277 of file TypeConversions.cxx.

References YACS::ENGINE::TypeCode::contentType(), YACS::ENGINE::TypeCode::kind(), and YACS::ENGINE::Sequence.

278  {
279  if(t1->kind() == Sequence)
280  {
281  if(isAdaptable<IMPLIN,IMPLOUT>(t1->contentType(),t2->contentType()))
282  {
283  return 1;
284  }
285  }
286  return 0;
287  }

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