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

Static Public Member Functions

static std::string convert (const TypeCode *t, TIN o, TIN2 aux, int protocol)
 

Detailed Description

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

Definition at line 449 of file TypeConversions.cxx.

Member Function Documentation

template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT >
static std::string YACS::ENGINE::convertToYacsObjref< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >::convert ( const TypeCode t,
TIN  o,
TIN2  aux,
int  protocol 
)
inlinestatic

Definition at line 451 of file TypeConversions.cxx.

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

452  {
453  stringstream msg;
454  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
455  msg << " : " << __FILE__ << ":" << __LINE__;
456  throw YACS::ENGINE::ConversionException(msg.str());
457  }

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