Version: 8.3.0
YACS::ENGINE::convertFromYacsSequence< 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::convertFromYacsSequence< IMPLOUT, TOUT >

Definition at line 553 of file TypeConversions.cxx.

Member Function Documentation

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

Definition at line 555 of file TypeConversions.cxx.

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

556  {
557  stringstream msg;
558  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
559  msg << " : " << __FILE__ << ":" << __LINE__;
560  throw YACS::ENGINE::ConversionException(msg.str());
561  }

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