Version: 8.3.0
YACS::ENGINE::convertFromYacsArray< IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static TOUT convert (const TypeCode *t, std::vector< TOUT > &v)
 

Detailed Description

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

Definition at line 564 of file TypeConversions.cxx.

Member Function Documentation

template<ImplType IMPLOUT, class TOUT >
static TOUT YACS::ENGINE::convertFromYacsArray< IMPLOUT, TOUT >::convert ( const TypeCode t,
std::vector< TOUT > &  v 
)
inlinestatic

Definition at line 566 of file TypeConversions.cxx.

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

567  {
568  stringstream msg;
569  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
570  msg << " : " << __FILE__ << ":" << __LINE__;
571  throw YACS::ENGINE::ConversionException(msg.str());
572  }

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