Version: 8.3.0
YACS::ENGINE::convertToYacsBool< IMPLIN, TIN, TIN2, IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static bool convert (const TypeCode *t, TIN o, TIN2 aux)
 

Detailed Description

template<ImplType IMPLIN, class TIN, class TIN2, ImplType IMPLOUT, class TOUT>
struct YACS::ENGINE::convertToYacsBool< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >

Definition at line 438 of file TypeConversions.cxx.

Member Function Documentation

template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT >
static bool YACS::ENGINE::convertToYacsBool< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >::convert ( const TypeCode t,
TIN  o,
TIN2  aux 
)
inlinestatic

Definition at line 440 of file TypeConversions.cxx.

References YACS::ENGINE::TypeCode::kind().

441  {
442  stringstream msg;
443  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
444  msg << " : " << __FILE__ << ":" << __LINE__;
445  throw YACS::ENGINE::ConversionException(msg.str());
446  }

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