Version: 9.16.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 434 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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 436 of file TypeConversions.cxx.

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

References gui.Appli::t.

Referenced by YACS::ENGINE::convertObjref().


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