Version: 9.16.0
YACS::ENGINE::convertFromYacsString< IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static TOUT convert (const TypeCode *t, std::string o)
 

Detailed Description

template<ImplType IMPLOUT, class TOUT>
struct YACS::ENGINE::convertFromYacsString< IMPLOUT, TOUT >

Definition at line 505 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

template<ImplType IMPLOUT, class TOUT >
static TOUT YACS::ENGINE::convertFromYacsString< IMPLOUT, TOUT >::convert ( const TypeCode t,
std::string  o 
)
inlinestatic

Definition at line 507 of file TypeConversions.cxx.

508 {
509 stringstream msg;
510 msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
511 msg << " : " << __FILE__ << ":" << __LINE__;
512 throw YACS::ENGINE::ConversionException(msg.str());
513 }

References gui.Appli::t.

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


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