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

Static Public Member Functions

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

Detailed Description

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

Definition at line 416 of file TypeConversions.cxx.

Member Function Documentation

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

Definition at line 418 of file TypeConversions.cxx.

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

419  {
420  stringstream msg;
421  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
422  msg << " : " << __FILE__ << ":" << __LINE__;
423  throw YACS::ENGINE::ConversionException(msg.str());
424  }

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